Home
last modified time | relevance | path

Searched refs:UNIT_Y (Results 1 – 25 of 47) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
DMotionTrack.java201 oc.write(upVector, "upVector", Vector3f.UNIT_Y); in write()
212 upVector = (Vector3f) in.readSavable("upVector", Vector3f.UNIT_Y); in read()
230 q.lookAt(direction, Vector3f.UNIT_Y); in computeTargetDirection()
241 q2.lookAt(direction, Vector3f.UNIT_Y); in computeTargetDirection()
/external/jmonkeyengine/engine/src/test/jme3test/input/
DTestCameraNode.java93 camNode.lookAt(teaNode.getLocalTranslation(), Vector3f.UNIT_Y); in simpleInitApp()
125 direction.crossLocal(Vector3f.UNIT_Y).multLocal(5 * tpf); in onAnalog()
129 direction.crossLocal(Vector3f.UNIT_Y).multLocal(-5 * tpf); in onAnalog()
/external/jmonkeyengine/engine/src/test/jme3test/model/shape/
DTestDebugShapes.java84 cam.lookAt(Vector3f.ZERO, Vector3f.UNIT_Y); in simpleInitApp()
87 putArrow(Vector3f.ZERO, Vector3f.UNIT_Y, ColorRGBA.Green); in simpleInitApp()
DTestSphere.java62 cam.lookAt(Vector3f.ZERO, Vector3f.UNIT_Y); in simpleInitApp()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
DArrow.java79 tempQuat.lookAt(dir, Vector3f.UNIT_Y); in Arrow()
119 tempQuat.lookAt(extent, Vector3f.UNIT_Y); in setArrowExtent()
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DRing.java63 up = Vector3f.UNIT_Y.clone(); in Ring()
195 up.cross(Vector3f.UNIT_Y, b1); in random()
/external/jmonkeyengine/engine/src/test/jme3test/water/
DTestSceneWater.java111 waterProcessor.setPlane(new Plane(Vector3f.UNIT_Y, waterLocation.dot(Vector3f.UNIT_Y))); in simpleInitApp()
DTestSimpleWater.java95 cam.lookAt(Vector3f.ZERO, Vector3f.UNIT_Y); in initScene()
/external/jmonkeyengine/engine/src/test/jme3test/post/
DTestRenderToTexture.java81 offCamera.lookAt(new Vector3f(0f, 0f, 0f), Vector3f.UNIT_Y); in setupOffscreenView()
110 cam.lookAt(Vector3f.ZERO, Vector3f.UNIT_Y); in simpleInitApp()
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestAttachDriver.java212 slider=new SliderJoint(driver, vehicle, Vector3f.UNIT_Y.negate(), Vector3f.UNIT_Y, true); in buildPlayer()
244 cam.lookAt(vehicle.getPhysicsLocation(), Vector3f.UNIT_Y); in simpleUpdate()
DTestRagdollCharacter.java90 cam.lookAt(new Vector3f(4,0,-7), Vector3f.UNIT_Y); in simpleInitApp()
93 model.lookAt(new Vector3f(0,0,-1), Vector3f.UNIT_Y); in simpleInitApp()
DTestBoneRagdoll.java156 q.fromAngleAxis(angles[1], Vector3f.UNIT_Y); in simpleInitApp()
296 Quaternion rotate = new Quaternion().fromAngleAxis(FastMath.PI / 8, Vector3f.UNIT_Y);
DTestPhysicsCharacter.java119 camNode.lookAt(model.getLocalTranslation(), Vector3f.UNIT_Y); in simpleInitApp()
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
DCharacterControl.java143 localRotationQuat.lookAt(viewDirection, Vector3f.UNIT_Y); in update()
148 localRotationQuat.lookAt(viewDirection, Vector3f.UNIT_Y); in update()
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
DShadowCamera.java65 lightCam.lookAtDirection(dl.getDirection(), Vector3f.UNIT_Y); in updateLightCamera()
DBasicShadowRenderer.java166 shadowCam.lookAtDirection(direction, Vector3f.UNIT_Y); in postQueue()
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
DWaterFilter.java152 plane = new Plane(Vector3f.UNIT_Y, new Vector3f(0, waterHeight, 0).dot(Vector3f.UNIT_Y)); in preFrame()
245 plane = new Plane(Vector3f.UNIT_Y, new Vector3f(0, waterHeight, 0).dot(Vector3f.UNIT_Y)); in initFilter()
DSimpleWaterProcessor.java107 protected Plane plane = new Plane(Vector3f.UNIT_Y, Vector3f.ZERO.dot(Vector3f.UNIT_Y));
/external/jmonkeyengine/engine/src/test/jme3test/stress/
DTestLeakingGL.java71 cam.lookAt(Vector3f.ZERO, Vector3f.UNIT_Y); in simpleInitApp()
/external/jmonkeyengine/engine/src/test/jme3test/animation/
DTestCinematic.java187 camNode.lookAt(teapot.getLocalTranslation(), Vector3f.UNIT_Y); in createCameraMotion()
199 cameraMotionTrack.setLookAt(model.getWorldTranslation(), Vector3f.UNIT_Y); in createCameraMotion()
/external/jmonkeyengine/engine/src/test/jme3test/model/anim/
DTestAnimBlendBug.java94 cam.lookAt( new Vector3f( 0f, 100f, 0f ), Vector3f.UNIT_Y ); in simpleInitApp()
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
DTerrainTestCollision.java182 cam.lookAtDirection(new Vector3f(0, -1, 0).normalizeLocal(), Vector3f.UNIT_Y); in simpleInitApp()
272 getCamera().lookAtDirection(new Vector3f(0, -1, 0), Vector3f.UNIT_Y);
DTerrainTest.java173 cam.lookAtDirection(new Vector3f(0, -1.5f, -1).normalizeLocal(), Vector3f.UNIT_Y); in simpleInitApp()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DAbstractBox.java74 Vector3f.UNIT_Y.mult(yExtent), in computeVertices()
/external/jmonkeyengine/engine/src/test/jme3test/collision/
DTestMousePick.java99 q.lookAt(closest.getContactNormal(), Vector3f.UNIT_Y); in simpleUpdate()

12