Uses of Class
com.aspose.threed.DracoCompressionLevel
-
-
Uses of DracoCompressionLevel in com.aspose.threed
Methods in com.aspose.threed that return DracoCompressionLevel Modifier and Type Method Description DracoCompressionLevel
DracoSaveOptions. getCompressionLevel()
Compression level, default value isSTANDARD
static DracoCompressionLevel
DracoCompressionLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DracoCompressionLevel[]
DracoCompressionLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type DracoCompressionLevel Modifier and Type Method Description void
DracoSaveOptions. setCompressionLevel(DracoCompressionLevel value)
Compression level, default value isSTANDARD
-