|
M3G 1.1 -- Jun 22, 2005 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Camera in javax.microedition.m3g |
Methods in javax.microedition.m3g that return Camera | |
Camera |
World.getActiveCamera()
Gets the currently active camera. |
Camera |
Graphics3D.getCamera(Transform transform)
Returns the current camera. |
Methods in javax.microedition.m3g with parameters of type Camera | |
void |
World.setActiveCamera(Camera camera)
Sets the Camera to use when rendering this World. |
boolean |
Group.pick(int scope,
float x,
float y,
Camera camera,
RayIntersection ri)
Picks the first Mesh or scaled Sprite3D in this Group that is enabled for picking, is intercepted by the given pick ray, and is in the specified scope. |
void |
Graphics3D.setCamera(Camera camera,
Transform transform)
Sets the Camera to use in subsequent immediate mode rendering. |
|
M3G 1.1 -- Jun 22, 2005 | |||||||||
PREV NEXT | FRAMES NO FRAMES |