public class KHRMaterialsPBRSpecularGlossiness
extends java.lang.Object
net.mgsx.gltf.model.material.GLTFMaterial extensionhttps://github.com/KhronosGroup/glTF/blob/master/extensions/2.0/Khronos/KHR_materials_pbrSpecularGlossiness/README.md| Modifier and Type | Field and Description |
|---|---|
float[] |
diffuseFactor |
GLTFTextureInfo |
diffuseTexture |
static java.lang.String |
EXT |
float |
glossinessFactor |
float[] |
specularFactor |
GLTFTextureInfo |
specularGlossinessTexture |
| Constructor and Description |
|---|
KHRMaterialsPBRSpecularGlossiness() |
public static final java.lang.String EXT
public float[] diffuseFactor
public float[] specularFactor
public float glossinessFactor
public GLTFTextureInfo diffuseTexture
public GLTFTextureInfo specularGlossinessTexture