Uses of Interface
com.aspose.threed.MaterialConverter
-
-
Uses of MaterialConverter in com.aspose.threed
Methods in com.aspose.threed that return MaterialConverter Modifier and Type Method Description MaterialConverter
GLTFSaveOptions. getMaterialConverter()
Custom converter to convert the geometry's material to PBR material If this is unassigned, glTF 2.0 exporter will automatically convert the standard material to PBR material.Methods in com.aspose.threed with parameters of type MaterialConverter Modifier and Type Method Description void
GLTFSaveOptions. setMaterialConverter(MaterialConverter value)
Custom converter to convert the geometry's material to PBR material If this is unassigned, glTF 2.0 exporter will automatically convert the standard material to PBR material.
-