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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MatParamadaptMatParam(MatParam param) protected StringShould 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:MaterialAdapterShould return the material definition used by this material adapter- Specified by:
getMaterialDefPathin classMaterialAdapter- Returns:
- path to the material definition
-
adaptMatParam
- Specified by:
adaptMatParamin classMaterialAdapter
-