|
|
@ -2,26 +2,4 @@ INCLUDE com/jme3/asset/General.cfg |
|
|
|
|
|
|
|
|
|
|
|
# Desktop-specific loaders |
|
|
|
# Desktop-specific loaders |
|
|
|
LOADER com.jme3.texture.plugins.AWTLoader : jpg, bmp, gif, png, jpeg |
|
|
|
LOADER com.jme3.texture.plugins.AWTLoader : jpg, bmp, gif, png, jpeg |
|
|
|
LOADER com.jme3.audio.plugins.OGGLoader : oggLOADER com.jme3.audio.plugins.WAVLoader : wav |
|
|
|
|
|
|
|
LOADER com.jme3.audio.plugins.OGGLoader : ogg |
|
|
|
LOADER com.jme3.audio.plugins.OGGLoader : ogg |
|
|
|
LOADER com.jme3.cursors.plugins.CursorLoader : ani, cur, ico |
|
|
|
|
|
|
|
LOADER com.jme3.material.plugins.J3MLoader : j3m |
|
|
|
|
|
|
|
LOADER com.jme3.material.plugins.J3MLoader : j3md |
|
|
|
|
|
|
|
LOADER com.jme3.material.plugins.ShaderNodeDefinitionLoader : j3sn |
|
|
|
|
|
|
|
LOADER com.jme3.font.plugins.BitmapFontLoader : fnt |
|
|
|
|
|
|
|
LOADER com.jme3.texture.plugins.DDSLoader : dds |
|
|
|
|
|
|
|
LOADER com.jme3.texture.plugins.PFMLoader : pfm |
|
|
|
|
|
|
|
LOADER com.jme3.texture.plugins.HDRLoader : hdr |
|
|
|
|
|
|
|
LOADER com.jme3.texture.plugins.TGALoader : tga |
|
|
|
|
|
|
|
LOADER com.jme3.export.binary.BinaryImporter : j3o |
|
|
|
|
|
|
|
LOADER com.jme3.export.binary.BinaryImporter : j3f |
|
|
|
|
|
|
|
LOADER com.jme3.scene.plugins.OBJLoader : obj |
|
|
|
|
|
|
|
LOADER com.jme3.scene.plugins.MTLLoader : mtl |
|
|
|
|
|
|
|
LOADER com.jme3.scene.plugins.ogre.MeshLoader : meshxml, mesh.xml |
|
|
|
|
|
|
|
LOADER com.jme3.scene.plugins.ogre.SkeletonLoader : skeletonxml, skeleton.xml |
|
|
|
|
|
|
|
LOADER com.jme3.scene.plugins.ogre.MaterialLoader : material |
|
|
|
|
|
|
|
LOADER com.jme3.scene.plugins.ogre.SceneLoader : scene |
|
|
|
|
|
|
|
LOADER com.jme3.scene.plugins.blender.BlenderModelLoader : blend |
|
|
|
|
|
|
|
LOADER com.jme3.shader.plugins.GLSLLoader : vert, frag,geom,tsctrl,tseval, glsl, glsllib |
|
|
|
|
|
|
|
LOADER com.jme3.scene.plugins.fbx.SceneLoader : fbx |
|
|
|
|
|
|
|
LOADER com.jme3.scene.plugins.fbx.SceneWithAnimationLoader : fba |
|
|
|
|
|
|
|