Package com.aspose.threed
Class DracoFormat
- java.lang.Object
-
- com.aspose.threed.FileFormat
-
- com.aspose.threed.DracoFormat
-
public class DracoFormat extends FileFormat
Google Draco format
-
-
Field Summary
-
Fields inherited from class com.aspose.threed.FileFormat
AMF, ASE, COLLADA, DISCREET3DS, DRACO, DXF, FBX7200_BINARY, FBX7200ASCII, FBX7300_BINARY, FBX7300ASCII, FBX7400_BINARY, FBX7400ASCII, FBX7500_BINARY, FBX7500ASCII, GLTF, GLTF__BINARY, GLTF2, GLTF2__BINARY, MICROSOFT3MF, PLY, RVM_BINARY, RVM_TEXT, SIEMENSJT8, SIEMENSJT9, STL_BINARY, STLASCII, UNIVERSAL3D, VRML, WAVEFRONTOBJ, X_BINARY, X_TEXT
-
-
Method Summary
Modifier and Type Method Description byte[]
encode(IMeshConvertible mesh)
Encode the mesh to Draco mesh raw databyte[]
encode(IMeshConvertible mesh, DracoSaveOptions options)
Encode the mesh to Draco mesh raw data-
Methods inherited from class com.aspose.threed.FileFormat
createLoadOptions, createSaveOptions, detect, detect, getContentType, getExtension, getFileFormatType, getVersion, toString
-
-
-
-
Method Detail
-
encode
public byte[] encode(IMeshConvertible mesh, DracoSaveOptions options)
Encode the mesh to Draco mesh raw data- Parameters:
mesh
-options
-
-
encode
public byte[] encode(IMeshConvertible mesh)
Encode the mesh to Draco mesh raw data- Parameters:
mesh
-
-
-