OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWorldCoordinates
(Results
1 - 7
of
7
) sorted by null
/external/jmonkeyengine/engine/src/test/jme3test/collision/
RayTrace.java
83
Vector3f pos = cam.
getWorldCoordinates
(v, 0.0f);
84
Vector3f dir = cam.
getWorldCoordinates
(v, 0.3f);
TestMousePick.java
78
Vector3f origin = cam.
getWorldCoordinates
(inputManager.getCursorPosition(), 0.0f);
79
Vector3f direction = cam.
getWorldCoordinates
(inputManager.getCursorPosition(), 0.3f);
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowUtil.java
71
points[0].set(viewCam.
getWorldCoordinates
(new Vector2f(0, 0), n));
72
points[1].set(viewCam.
getWorldCoordinates
(new Vector2f(0, h), n));
73
points[2].set(viewCam.
getWorldCoordinates
(new Vector2f(w, h), n));
74
points[3].set(viewCam.
getWorldCoordinates
(new Vector2f(w, 0), n));
76
points[4].set(viewCam.
getWorldCoordinates
(new Vector2f(0, 0), f));
77
points[5].set(viewCam.
getWorldCoordinates
(new Vector2f(0, h), f));
78
points[6].set(viewCam.
getWorldCoordinates
(new Vector2f(w, h), f));
79
points[7].set(viewCam.
getWorldCoordinates
(new Vector2f(w, 0), f));
/external/jmonkeyengine/engine/src/test/jme3test/post/
TestDepthOfField.java
188
Vector3f origin = cam.
getWorldCoordinates
(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.0f);
189
Vector3f direction = cam.
getWorldCoordinates
(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.3f);
/external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestCollision.java
253
Vector3f origin = cam.
getWorldCoordinates
(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.0f);
254
Vector3f direction = cam.
getWorldCoordinates
(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.3f);
TerrainTestModifyHeight.java
262
Vector3f origin = cam.
getWorldCoordinates
(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.0f);
263
Vector3f direction = cam.
getWorldCoordinates
(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.3f);
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java
[
all
...]
Completed in 66 milliseconds