Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
DBIHNode.java150 Matrix4f worldMatrix, in intersectWhere() argument
211 if (worldMatrix != null) { in intersectWhere()
212 worldMatrix.mult(t.get1(), t.get1()); in intersectWhere()
213 worldMatrix.mult(t.get2(), t.get2()); in intersectWhere()
214 worldMatrix.mult(t.get3(), t.get3()); in intersectWhere()
237 Matrix4f worldMatrix, in intersectBrute() argument
275 if (worldMatrix != null) { in intersectBrute()
276 worldMatrix.mult(v1, v1); in intersectBrute()
277 worldMatrix.mult(v2, v2); in intersectBrute()
278 worldMatrix.mult(v3, v3); in intersectBrute()
[all …]
DBIHTree.java397 Matrix4f worldMatrix, in collideWithRay() argument
425 return root.intersectWhere(r, worldMatrix, this, tMin, tMax, results); in collideWithRay()
431 Matrix4f worldMatrix, in collideWithBoundingVolume() argument
445 bbox.transform(worldMatrix.invert(), bbox); in collideWithBoundingVolume()
446 return root.intersectWhere(bv, bbox, worldMatrix, this, results); in collideWithBoundingVolume()
450 Matrix4f worldMatrix, in collideWith() argument
456 return collideWithRay(ray, worldMatrix, worldBound, results); in collideWith()
459 return collideWithBoundingVolume(bv, worldMatrix, results); in collideWith()
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DRenderManager.java87 private Matrix4f worldMatrix = new Matrix4f(); field in RenderManager
349 u.setValue(VarType.Matrix4, worldMatrix); in updateUniformBindings()
362 tempMat4.multLocal(worldMatrix); in updateUniformBindings()
367 tempMat4.multLocal(worldMatrix); in updateUniformBindings()
375 tempMat4.multLocal(worldMatrix); in updateUniformBindings()
379 tempMat4.set(worldMatrix); in updateUniformBindings()
384 worldMatrix.toRotationMatrix(tempMat3); in updateUniformBindings()
405 tempMat4.multLocal(worldMatrix); in updateUniformBindings()
411 tempMat4.multLocal(worldMatrix); in updateUniformBindings()
420 tempMat4.multLocal(worldMatrix); in updateUniformBindings()
[all …]
DRenderer.java120 public void setWorldMatrix(Matrix4f worldMatrix); in setWorldMatrix() argument
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DCollisionData.java49 Matrix4f worldMatrix, in collideWith() argument
DMesh.java848 Matrix4f worldMatrix, in collideWith() argument
856 return collisionTree.collideWith(other, worldMatrix, worldBound, results); in collideWith()
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DGeometryBatchFactory.java179 Matrix4f worldMatrix = geom.getWorldMatrix(); in mergeGeometries() local
207 doTransformVerts(inPos, globalVertIndex, outPos, worldMatrix); in mergeGeometries()
211 doTransformNorms(inPos, globalVertIndex, outPos, worldMatrix); in mergeGeometries()
216 doTransformTangents(inPos, globalVertIndex, components, outPos, worldMatrix); in mergeGeometries()
/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() argument
457 this.worldMatrix.set(worldMatrix); in setWorldMatrix()
472 setModelView(worldMatrix, viewMatrix); in setLighting()
623 setModelView(worldMatrix, viewMatrix); in setLighting()
DLwjglRenderer.java751 public void setWorldMatrix(Matrix4f worldMatrix) { in setWorldMatrix() argument
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DNullRenderer.java83 public void setWorldMatrix(Matrix4f worldMatrix) { in setWorldMatrix() argument
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DOGLESShaderRenderer.java734 public void setWorldMatrix(Matrix4f worldMatrix) { in setWorldMatrix() argument