Package com.aspose.threed
Class XLoadOptions
- java.lang.Object
-
- com.aspose.threed.IOConfig
-
- com.aspose.threed.LoadOptions
-
- com.aspose.threed.XLoadOptions
-
public class XLoadOptions extends LoadOptions
The Load options for DirectX X files.
-
-
Constructor Summary
Constructors Constructor Description XLoadOptions(FileContentType contentType)
Constructor ofXLoadOptions
-
Method Summary
Modifier and Type Method Description boolean
getFlipCoordinateSystem()
Flip the coordinate system, this is true by defaultvoid
setFlipCoordinateSystem(boolean value)
Flip the coordinate system, this is true by default-
Methods inherited from class com.aspose.threed.IOConfig
getFileName, getFileSystem, getLookupPaths, lookupForFile, setFileName, setFileSystem, setLookupPaths
-
-
-
-
Constructor Detail
-
XLoadOptions
public XLoadOptions(FileContentType contentType)
Constructor ofXLoadOptions
- Parameters:
contentType
-
-
-