Package com.jme3.scene.plugins.gltf
Class PBREmissiveStrengthMaterialAdapter
java.lang.Object
com.jme3.scene.plugins.gltf.MaterialAdapter
com.jme3.scene.plugins.gltf.PBRMaterialAdapter
com.jme3.scene.plugins.gltf.PBREmissiveStrengthMaterialAdapter
Adapter for converting GLTF emissive strength to JME emissive intensity.
-
Field Summary
Fields inherited from class com.jme3.scene.plugins.gltf.PBRMaterialAdapter
MASK_ALPHA_DISCARD
-
Constructor Summary
-
Method Summary
Methods inherited from class com.jme3.scene.plugins.gltf.PBRMaterialAdapter
adaptMatParam, getMaterialDefPath, initDefaultMatParams
Methods inherited from class com.jme3.scene.plugins.gltf.MaterialAdapter
addParamMapping, getJmeParamName, getMaterial, init, setParam
-
Constructor Details
-
PBREmissiveStrengthMaterialAdapter
public PBREmissiveStrengthMaterialAdapter()
-