JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
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.
Method Detail
call
Material
call(
Material
mat)
Custom converter to convert the geometry's original material to GLTF's PBR material.
Parameters:
mat
- Old material instance
Returns:
New material instance