Public Types | |
| enum | Flags { DONT_DISPLAY_IN_DAYLIGHT = 0x80000000u >> 0, DONT_DISPLAY_AT_DUSK = 0x80000000u >> 1, DONT_DISPLAY_AT_NIGHT = 0x80000000u >> 2, DONT_ILLUMINATE = 0x80000000u >> 3, FLAT_SHADED = 0x80000000u >> 4, GROUPS_SHADOW_OBJECT = 0x80000000u >> 5 } |
Public Member Functions | |
| ObjectRecordData () | |
| ObjectRecordData (const ObjectRecordData ©, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| META_Object (osgSim, ObjectRecordData) | |
Public Attributes | |
| unsigned int | _flags |
| short | _relativePriority |
| unsigned short | _transparency |
| short | _effectID1 |
| short | _effectID2 |
| short | _significance |
| osgSim::ObjectRecordData::ObjectRecordData | ( | ) | [inline] |
| osgSim::ObjectRecordData::ObjectRecordData | ( | const ObjectRecordData & | copy, | |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY | |||
| ) | [inline] |
References _effectID1, _effectID2, _flags, _relativePriority, _significance, and _transparency.
| osgSim::ObjectRecordData::META_Object | ( | osgSim | , | |
| ObjectRecordData | ||||
| ) |
Referenced by ObjectRecordData().
Referenced by ObjectRecordData().
| unsigned int osgSim::ObjectRecordData::_flags |
Referenced by ObjectRecordData().
Referenced by ObjectRecordData().
Referenced by ObjectRecordData().
| unsigned short osgSim::ObjectRecordData::_transparency |
Referenced by ObjectRecordData().
| Generated at Sat May 14 08:21:22 2011 for the OpenSceneGraph by doxygen 1.5.9. |