Class UnlitMaterialAdapter

java.lang.Object
com.jme3.scene.plugins.gltf.MaterialAdapter
com.jme3.scene.plugins.gltf.UnlitMaterialAdapter

public class UnlitMaterialAdapter extends MaterialAdapter
Author:
Markil 3
  • Constructor Details

    • UnlitMaterialAdapter

      public UnlitMaterialAdapter()
  • Method Details

    • getMaterialDefPath

      protected String getMaterialDefPath()
      Description copied from class: MaterialAdapter
      Should return the material definition used by this material adapter
      Specified by:
      getMaterialDefPath in class MaterialAdapter
      Returns:
      path to the material definition
    • adaptMatParam

      protected com.jme3.material.MatParam adaptMatParam(com.jme3.material.MatParam param)
      Specified by:
      adaptMatParam in class MaterialAdapter
    • initDefaultMatParams

      protected void initDefaultMatParams(com.jme3.material.Material material)
      Description copied from class: MaterialAdapter
      Initializes material parameters to their default settings.
      Specified by:
      initDefaultMatParams in class MaterialAdapter