- Timestamp:
- 04/12/10 17:04:25 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/fbx/ReaderWriterFBX.h
r11109 r11317 14 14 { 15 15 supportsExtension("fbx", "FBX format"); 16 supportsOption("Embedded", " Embed textures in FBX file when writing");16 supportsOption("Embedded", "(Write option) Embed textures in FBX file"); 17 17 supportsOption("UseFbxRoot", "(Read/write option) If the source OSG root node is a simple group with no stateset, the writer will put its children directly under the FBX root, and vice-versa for reading"); 18 18 }
