Uses of Interface
com.jme3.scene.plugins.gltf.ExtensionLoader
Packages that use ExtensionLoader
Package
Description
import 3-D models in Graphics Language Transmission Format (glTF) format
-
Uses of ExtensionLoader in com.jme3.scene.plugins.gltf
Classes in com.jme3.scene.plugins.gltf that implement ExtensionLoaderModifier and TypeClassDescriptionclassExtension loader for KHR_lights_punctual extension which allows for lights to be added to the node from the gltf model.classExtension loader for "KHR_materials_emissive_strength".classMaterial adapter for PBR Specular Glossiness pipeline Created by Nehon on 20/08/2017.classThread-safe extension loader for KHR_texture_transform.classMaterial adapter for the Unlit pipelineMethods in com.jme3.scene.plugins.gltf that return ExtensionLoaderMethods in com.jme3.scene.plugins.gltf with parameters of type ExtensionLoaderModifier and TypeMethodDescriptionvoidGltfModelKey.registerExtensionLoader(String extensionName, ExtensionLoader loader) Registers an extension loader for the given extension name.Method parameters in com.jme3.scene.plugins.gltf with type arguments of type ExtensionLoaderModifier and TypeMethodDescriptionstatic voidGltfLoader.registerExtension(String name, Class<? extends ExtensionLoader> ext)