| Package | Description |
|---|---|
| com.jme3.scene.plugins.gltf |
import 3-D models in Graphics Language Transmission Format (glTF) format
|
| Modifier and Type | Class and Description |
|---|---|
class |
LightsPunctualExtensionLoader
Extension loader for KHR_lights_punctual extension which allows
for lights to be added to the node from the gltf model.
|
class |
PBRSpecGlossExtensionLoader
Material adapter for PBR Specular Glossiness pipeline
Created by Nehon on 20/08/2017.
|
class |
UnlitExtensionLoader
Material adapter for the Unlit pipeline
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionLoader |
GltfModelKey.getExtensionLoader(java.lang.String extensionName) |
| Modifier and Type | Method and Description |
|---|---|
void |
GltfModelKey.registerExtensionLoader(java.lang.String extensionName,
ExtensionLoader loader)
Registers an extension loader for the given extension name.
|