Package com.jme3.scene.plugins.gltf
Class PBRMaterialAdapter
java.lang.Object
com.jme3.scene.plugins.gltf.MaterialAdapter
com.jme3.scene.plugins.gltf.PBRMaterialAdapter
- Direct Known Subclasses:
PBRMetalRoughMaterialAdapter
,PBRSpecGlossMaterialAdapter
Created by Nehon on 08/08/2017.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected MatParam
adaptMatParam
(MatParam param) protected String
Should return the material definition used by this material adapterMethods inherited from class com.jme3.scene.plugins.gltf.MaterialAdapter
addParamMapping, getJmeParamName, getMaterial, init, setParam
-
Constructor Details
-
PBRMaterialAdapter
public PBRMaterialAdapter()
-
-
Method Details
-
getMaterialDefPath
Description copied from class:MaterialAdapter
Should return the material definition used by this material adapter- Specified by:
getMaterialDefPath
in classMaterialAdapter
- Returns:
- path to the material definition
-
adaptMatParam
- Specified by:
adaptMatParam
in classMaterialAdapter
-