com.threerings.opengl.material.config
Class ProjectionConfig.Orthographic

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.material.config.ProjectionConfig
          extended by com.threerings.opengl.material.config.ProjectionConfig.Orthographic
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
ProjectionConfig

public static class ProjectionConfig.Orthographic
extends ProjectionConfig

An orthographic projection.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.material.config.ProjectionConfig
ProjectionConfig.Orthographic, ProjectionConfig.Perspective
 
Field Summary
 
Fields inherited from class com.threerings.opengl.material.config.ProjectionConfig
colorState, height, material, width
 
Constructor Summary
ProjectionConfig.Orthographic()
           
 
Method Summary
 
Methods inherited from class com.threerings.opengl.material.config.ProjectionConfig
createProjection
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectionConfig.Orthographic

public ProjectionConfig.Orthographic()


Copyright © 2011. All Rights Reserved.