Changeset 9581
- Timestamp:
- 01/29/09 10:27:23 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/OpenFlight/expPrimaryRecords.cpp
r9382 r9581 709 709 _records->writeInt16( 0 ); // Surface material code 710 710 _records->writeInt16( 0 ); // Feature ID 711 _records->writeUInt32( -1 ); //Back color for bidirectional711 _records->writeUInt32( ~0u ); // OpenFlight erronously say -1, so will assume ~0u is OK. Back color for bidirectional 712 712 _records->writeInt32( EITHER ); // Display mode 713 713 _records->writeFloat32( lp0._intensity ); // Intensity
