Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/IveVersion.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/IveVersion.h
r11232 r13041 6 6 /* The VERSION tag should be updated any time the 7 7 IVE format changes in order to support backward 8 compatibility (if implemented). VERSION is 8 compatibility (if implemented). VERSION is 9 9 stored in the 2nd 4 bytes of the file */ 10 10 … … 61 61 is always written in the native endian of the 62 62 machine to provide optimum reading of the file. 63 BYTE_SEX is stored in the first 4 bytes of the 63 BYTE_SEX is stored in the first 4 bytes of the 64 64 file */ 65 65 #define ENDIAN_TYPE 0x01020304
