/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
D | MotionTrack.java | 201 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/ |
D | TestCameraNode.java | 93 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/ |
D | TestDebugShapes.java | 84 cam.lookAt(Vector3f.ZERO, Vector3f.UNIT_Y); in simpleInitApp() 87 putArrow(Vector3f.ZERO, Vector3f.UNIT_Y, ColorRGBA.Green); in simpleInitApp()
|
D | TestSphere.java | 62 cam.lookAt(Vector3f.ZERO, Vector3f.UNIT_Y); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/ |
D | Arrow.java | 79 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/ |
D | Ring.java | 63 up = Vector3f.UNIT_Y.clone(); in Ring() 195 up.cross(Vector3f.UNIT_Y, b1); in random()
|
/external/jmonkeyengine/engine/src/test/jme3test/water/ |
D | TestSceneWater.java | 111 waterProcessor.setPlane(new Plane(Vector3f.UNIT_Y, waterLocation.dot(Vector3f.UNIT_Y))); in simpleInitApp()
|
D | TestSimpleWater.java | 95 cam.lookAt(Vector3f.ZERO, Vector3f.UNIT_Y); in initScene()
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
D | TestRenderToTexture.java | 81 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/ |
D | TestAttachDriver.java | 212 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()
|
D | TestRagdollCharacter.java | 90 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()
|
D | TestBoneRagdoll.java | 156 q.fromAngleAxis(angles[1], Vector3f.UNIT_Y); in simpleInitApp() 296 Quaternion rotate = new Quaternion().fromAngleAxis(FastMath.PI / 8, Vector3f.UNIT_Y);
|
D | TestPhysicsCharacter.java | 119 camNode.lookAt(model.getLocalTranslation(), Vector3f.UNIT_Y); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
D | CharacterControl.java | 143 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/ |
D | ShadowCamera.java | 65 lightCam.lookAtDirection(dl.getDirection(), Vector3f.UNIT_Y); in updateLightCamera()
|
D | BasicShadowRenderer.java | 166 shadowCam.lookAtDirection(direction, Vector3f.UNIT_Y); in postQueue()
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
D | WaterFilter.java | 152 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()
|
D | SimpleWaterProcessor.java | 107 protected Plane plane = new Plane(Vector3f.UNIT_Y, Vector3f.ZERO.dot(Vector3f.UNIT_Y));
|
/external/jmonkeyengine/engine/src/test/jme3test/stress/ |
D | TestLeakingGL.java | 71 cam.lookAt(Vector3f.ZERO, Vector3f.UNIT_Y); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/test/jme3test/animation/ |
D | TestCinematic.java | 187 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/ |
D | TestAnimBlendBug.java | 94 cam.lookAt( new Vector3f( 0f, 100f, 0f ), Vector3f.UNIT_Y ); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/test/jme3test/terrain/ |
D | TerrainTestCollision.java | 182 cam.lookAtDirection(new Vector3f(0, -1, 0).normalizeLocal(), Vector3f.UNIT_Y); in simpleInitApp() 272 getCamera().lookAtDirection(new Vector3f(0, -1, 0), Vector3f.UNIT_Y);
|
D | TerrainTest.java | 173 cam.lookAtDirection(new Vector3f(0, -1.5f, -1).normalizeLocal(), Vector3f.UNIT_Y); in simpleInitApp()
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
D | AbstractBox.java | 74 Vector3f.UNIT_Y.mult(yExtent), in computeVertices()
|
/external/jmonkeyengine/engine/src/test/jme3test/collision/ |
D | TestMousePick.java | 99 q.lookAt(closest.getContactNormal(), Vector3f.UNIT_Y); in simpleUpdate()
|