M3G 1.1 -- Jun 22, 2005

Uses of Class
javax.microedition.m3g.Camera

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

Copyright © 2005 Nokia Corporation. See the Copyright Notice for details.