|
|
-Export your 3D model in a <<ROOT:getting-started/features.adoc#supported-external-file-types,Supported External File Type>> (.mesh.xml, .scene, .material, .skeleton.xml, .gltf) and place it in a subdirectory of `assets/Models/`. The following code sample goes into the `simpleInitApp()` method.
|
|
|
+Export your 3D model in a <<ROOT:getting-started/features.adoc#supported-external-file-types,Supported External File Type>> (.mesh.xml, .scene, .material, .skeleton.xml, .gltf) and place it in a subdirectory of `assets/Models/`. The following code sample goes into the `simpleInitApp()` method. Note that "jme3-plugins" library is needed to load these file types.
|