- Timestamp:
- 05/28/09 15:29:20 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/LightPointRecords.cpp
r9382 r10283 235 235 }; 236 236 237 RegisterRecordProxy<LightPoint> g_LightPoint(LIGHT_POINT_OP); 237 REGISTER_FLTRECORD(LightPoint, LIGHT_POINT_OP) 238 238 239 239 240 … … 417 418 }; 418 419 419 RegisterRecordProxy<IndexedLightPoint> g_IndexedLightPoint(INDEXED_LIGHT_POINT_OP); 420 REGISTER_FLTRECORD(IndexedLightPoint, INDEXED_LIGHT_POINT_OP) 421 420 422 421 423 … … 509 511 }; 510 512 511 RegisterRecordProxy<LightPointSystem> g_LightPointSystem(LIGHT_POINT_SYSTEM_OP); 512 513 REGISTER_FLTRECORD(LightPointSystem, LIGHT_POINT_SYSTEM_OP) 514 515
