topical media & game development

talk show tell print

student-ar-org-papervision3d-cameras-CameraType.ax

student-ar-org-papervision3d-cameras-CameraType.ax [swf] flex


  package org.papervision3d.cameras
  {
          
@files are mainly used with BasicView to define which camera to use.
author: Tim Knip
see: org.papervision3d.cameras.Camera3D
see: org.papervision3d.cameras.DebugCamera3D
see: org.papervision3d.view.BasicView

   
          public class @ax-student-ar-org-papervision3d-cameras-CameraType
          {
                  
The TARGET constant defines a Camera3D targeting x:0, y:0, z:0

  
                  public static var TARGET        :String = "Target";
                  
The FREE constant defines a Camera3D with no target

  
                  public static var FREE                :String = "Free";
                  
The DEBUG constant defines a DebugCamera3D

  
                  public static var DEBUG                :String = "Debug";
          }
  }


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.