Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.