Show
Ignore:
Timestamp:
05/28/09 15:29:20 (4 years ago)
Author:
robert
Message:

From Gregory Jaegy and Robert Osfield, added support for static linking of OpenFlight? plugin

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/LightPointRecords.cpp

    r9382 r10283  
    235235}; 
    236236 
    237 RegisterRecordProxy<LightPoint> g_LightPoint(LIGHT_POINT_OP); 
     237REGISTER_FLTRECORD(LightPoint, LIGHT_POINT_OP) 
     238 
    238239 
    239240 
     
    417418}; 
    418419 
    419 RegisterRecordProxy<IndexedLightPoint> g_IndexedLightPoint(INDEXED_LIGHT_POINT_OP); 
     420REGISTER_FLTRECORD(IndexedLightPoint, INDEXED_LIGHT_POINT_OP) 
     421 
    420422 
    421423 
     
    509511}; 
    510512 
    511 RegisterRecordProxy<LightPointSystem> g_LightPointSystem(LIGHT_POINT_SYSTEM_OP); 
    512  
     513REGISTER_FLTRECORD(LightPointSystem, LIGHT_POINT_SYSTEM_OP) 
     514 
     515