Uses of Class
com.jme3.scene.plugins.gltf.MaterialAdapter
Packages that use MaterialAdapter
Package
Description
import 3-D models in Graphics Language Transmission Format (glTF) format
-
Uses of MaterialAdapter in com.jme3.scene.plugins.gltf
Subclasses of MaterialAdapter in com.jme3.scene.plugins.gltfModifier and TypeClassDescriptionclassAdapter for converting GLTF emissive strength to JME emissive intensity.classAdapts GLTF PBR materials to JME PBR materials.classCreated by Nehon on 20/08/2017.classCreated by Nehon on 20/08/2017.classMethods in com.jme3.scene.plugins.gltf that return MaterialAdapterModifier and TypeMethodDescriptionGltfModelKey.getAdapterForMaterial(String gltfMaterialName) static MaterialAdapterGltfUtils.getAdapterForMaterial(com.jme3.asset.AssetInfo info, String defName) Methods in com.jme3.scene.plugins.gltf with parameters of type MaterialAdapterModifier and TypeMethodDescriptionvoidGltfModelKey.registerMaterialAdapter(String gltfMaterialName, MaterialAdapter adapter) Registers a MaterialAdapter for the given materialName.