- Timestamp:
- 03/05/10 13:55:08 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/introspection/osgSim/ObjectRecordData.cpp
r10967 r11164 22 22 #undef OUT 23 23 #endif 24 25 BEGIN_ENUM_REFLECTOR(osgSim::ObjectRecordData::Flags)26 I_DeclaringFile("osgSim/ObjectRecordData");27 I_EnumLabel(osgSim::ObjectRecordData::DONT_DISPLAY_IN_DAYLIGHT);28 I_EnumLabel(osgSim::ObjectRecordData::DONT_DISPLAY_AT_DUSK);29 I_EnumLabel(osgSim::ObjectRecordData::DONT_DISPLAY_AT_NIGHT);30 I_EnumLabel(osgSim::ObjectRecordData::DONT_ILLUMINATE);31 I_EnumLabel(osgSim::ObjectRecordData::FLAT_SHADED);32 I_EnumLabel(osgSim::ObjectRecordData::GROUPS_SHADOW_OBJECT);33 END_REFLECTOR34 24 35 25 BEGIN_OBJECT_REFLECTOR(osgSim::ObjectRecordData)
