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
All Methods Instance Methods Concrete Methods 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
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPaths
-
-
-
-
Constructor Detail
-
XLoadOptions
public XLoadOptions(FileContentType contentType)
Constructor ofXLoadOptions
- Parameters:
contentType
-
-
-