Package com.aspose.threed
Class GltfLoadOptions
- java.lang.Object
-
- com.aspose.threed.IOConfig
-
- com.aspose.threed.LoadOptions
-
- com.aspose.threed.GltfLoadOptions
-
public class GltfLoadOptions extends LoadOptions
Load options for glTF format
-
-
Constructor Summary
Constructors Constructor Description GltfLoadOptions()
Constructor ofGltfLoadOptions
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getFlipTexCoordV()
Flip the v(t) coordinate in mesh's texture coordinate, default value is true.void
setFlipTexCoordV(boolean value)
Flip the v(t) coordinate in mesh's texture coordinate, default value is true.-
Methods inherited from class com.aspose.threed.IOConfig
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPaths
-
-
-
-
Constructor Detail
-
GltfLoadOptions
public GltfLoadOptions()
Constructor ofGltfLoadOptions
-
-
Method Detail
-
getFlipTexCoordV
public boolean getFlipTexCoordV()
Flip the v(t) coordinate in mesh's texture coordinate, default value is true.
-
setFlipTexCoordV
public void setFlipTexCoordV(boolean value)
Flip the v(t) coordinate in mesh's texture coordinate, default value is true.- Parameters:
value
- New value
-
-