Home
last modified time | relevance | path

Searched defs:worldMatrix (Results 1 – 11 of 11) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DCollisionData.java49 Matrix4f worldMatrix, in collideWith()
DMesh.java848 Matrix4f worldMatrix, in collideWith()
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
DBIHNode.java150 Matrix4f worldMatrix, in intersectWhere()
237 Matrix4f worldMatrix, in intersectBrute()
297 Matrix4f worldMatrix, in intersectWhere()
DBIHTree.java397 Matrix4f worldMatrix, in collideWithRay()
431 Matrix4f worldMatrix, in collideWithBoundingVolume()
450 Matrix4f worldMatrix, in collideWith()
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DRenderer.java120 public void setWorldMatrix(Matrix4f worldMatrix); in setWorldMatrix()
DRenderManager.java87 private Matrix4f worldMatrix = new Matrix4f(); field in RenderManager
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DNullRenderer.java83 public void setWorldMatrix(Matrix4f worldMatrix) { in setWorldMatrix()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglGL1Renderer.java62 private Matrix4f worldMatrix = new Matrix4f(); field in LwjglGL1Renderer
456 public void setWorldMatrix(Matrix4f worldMatrix) { in setWorldMatrix()
DLwjglRenderer.java751 public void setWorldMatrix(Matrix4f worldMatrix) { in setWorldMatrix()
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DGeometryBatchFactory.java179 Matrix4f worldMatrix = geom.getWorldMatrix(); in mergeGeometries() local
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DOGLESShaderRenderer.java734 public void setWorldMatrix(Matrix4f worldMatrix) { in setWorldMatrix()