Modifier and Type | Class and Description |
---|---|
class |
Discreet3DSLoadOptions
Load options for 3DS file.
|
class |
GLTFLoadOptions
Load options for glTF format
|
class |
ObjLoadOptions
Load options for wavefront obj
|
class |
PlyLoadOptions
Load options for PLY files
|
class |
RvmLoadOptions
Load options for AVEVA Plant Design Management System's RVM file.
|
class |
STLLoadOptions
Load options for STL
|
class |
U3DLoadOptions
Load options for universal 3d
|
class |
XLoadOptions
The Load options for DirectX X files.
|
Modifier and Type | Method and Description |
---|---|
LoadOptions |
FileFormat.createLoadOptions()
Create a default load options for this file format
|
Modifier and Type | Method and Description |
---|---|
void |
Scene.open(com.aspose.threed.Stream stream,
LoadOptions options)
Opens the scene from given stream using specified IO config.
|
void |
Scene.open(String fileName,
LoadOptions options)
Opens the scene from given path using specified file format.
|
Copyright © 2018. All rights reserved.