Specify 3D File Load Options
3D File Load Options
There are several Scene.open method overloads or Scene class constructor overloads that accept LoadOptions instance. This should be an instance of a class derived from the LoadOptions class. Each load format has a corresponding class that holds load options for that load format, for example there is ColladaSaveOptions for the FileFormat.COLLADA save format.
Use of the Discreet 3DS Load Options
The code below shows how to set load options before loading a Discreet 3DS file.
Use of the Obj Load Options
The code below shows how to set load options before loading an 3D Obj file.
Use of the STL Load Options
The code below shows how to set load options before loading an STL file.
Use of the U3D Load Options
The code below shows how to set load options before loading a U3D file.
Use of the glTF Load Options
The code below shows how to set load options before loading a glTF file.
Flip the V/T Texture Coordinate
Use of the Ply Load Options
The code below shows how to set load options before loading a PLY model.
Use of the DirectX X Load Options
The code below shows how to set load options before loading a DirectX X file.