OpenSceneGraph 2.8.3
|
When the OpenFlight importer encounters an Object record, it stores the data in one of these classes, and attaches the instance of the class as UserData to the corresponding osgLLGroup node. More...
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 |
When the OpenFlight importer encounters an Object record, it stores the data in one of these classes, and attaches the instance of the class as UserData to the corresponding osgLLGroup node.
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 Wed Aug 17 2011 14:08:23 for the OpenSceneGraph by doxygen 1.7.3. |