Package com.aspose.threed
Interface MaterialConverter
-
public interface MaterialConverter
Custom converter to convert the geometry's original material to GLTF's PBR material.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Material
call(Material mat)
Custom converter to convert the geometry's original material to GLTF's PBR material.
-