jMonkeyEngine3 Supported File Types

jMonkeyEngine3 File Formats

SuffixUsageLearn more
.j3oBinary 3D model or scene. From the Beta release of your game on, you should convert all models to .j3o format. During alpha and earlier development phases (when models still change a lot) you can alternatively load OgreXML/OBJ models directly.Model Loader and Viewer
.j3mA custom Material. You create these Material objects to store Material configurations for your 3D models.Materials Overview Material Editing
.j3mdA Material definition. These are templates for advanced shader-based Materials. Each custom .j3m Material is based on a .j3md Material Definition. Materials Overview

Supported External File Types

File SuffixDescription
.mesh.xml, .meshxml, .sceneOgre Mesh XML for 3D models, Ogre DotScene for 3D scenes
.OBJ, .MTLWavefront, 3D model format
.JPG, .PNG, .GIF2D Images, textures
.DDS, .HDR, .PFM, .TGATextures
.fntBitmap fonts
.WAV, .OGGWave and OGG Vorbis audio
.OGVOgg Theora video

view online version