OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ogre
(Results
1 - 12
of
12
) sorted by null
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshAnimationLoader.java
33
package com.jme3.scene.plugins.
ogre
;
AnimData.java
33
package com.jme3.scene.plugins.
ogre
;
OgreMeshKey.java
33
package com.jme3.scene.plugins.
ogre
;
MaterialLoader.java
33
package com.jme3.scene.plugins.
ogre
;
40
import com.jme3.scene.plugins.
ogre
.matext.MaterialExtensionLoader;
41
import com.jme3.scene.plugins.
ogre
.matext.MaterialExtensionSet;
42
import com.jme3.scene.plugins.
ogre
.matext.OgreMaterialKey;
SceneLoader.java
33
package com.jme3.scene.plugins.
ogre
;
44
import com.jme3.scene.plugins.
ogre
.matext.OgreMaterialKey;
215
logger.log(Level.WARNING, "No matching jME3 LightType found for
OGRE
LightType: {0}", lightType);
SkeletonLoader.java
32
package com.jme3.scene.plugins.
ogre
;
MeshLoader.java
32
package com.jme3.scene.plugins.
ogre
;
46
import com.jme3.scene.plugins.
ogre
.matext.OgreMaterialKey;
435
// more than 8 texture coordinates are not supported by
ogre
.
472
return; // More than 8 not supported by
ogre
.
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/matext/
MaterialExtension.java
33
package com.jme3.scene.plugins.
ogre
.matext;
OgreMaterialKey.java
33
package com.jme3.scene.plugins.
ogre
.matext;
67
* {@link OgreMaterialKey#setMaterialExtensionSet(com.jme3.scene.plugins.
ogre
.matext.MaterialExtensionSet) } method.
MaterialExtensionSet.java
33
package com.jme3.scene.plugins.
ogre
.matext;
MaterialExtensionLoader.java
33
package com.jme3.scene.plugins.
ogre
.matext;
41
import com.jme3.scene.plugins.
ogre
.MaterialLoader;
/external/jmonkeyengine/engine/src/test/jme3test/blender/
TestBlenderLoader.java
53
Spatial
ogre
= assetManager.loadModel("Blender/2.4x/Sinbad.blend");
local
54
rootNode.attachChild(
ogre
);
Completed in 350 milliseconds