com.threerings.opengl.renderer.config
Class TextureCoordGenConfig.Linear

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.renderer.config.TextureCoordGenConfig
          extended by com.threerings.opengl.renderer.config.TextureCoordGenConfig.Linear
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Direct Known Subclasses:
TextureCoordGenConfig.EyeLinear, TextureCoordGenConfig.ObjectLinear
Enclosing class:
TextureCoordGenConfig

public abstract static class TextureCoordGenConfig.Linear
extends TextureCoordGenConfig

Superclass of the linear texture coordinate generation functions.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.renderer.config.TextureCoordGenConfig
TextureCoordGenConfig.EyeLinear, TextureCoordGenConfig.Linear, TextureCoordGenConfig.NormalMap, TextureCoordGenConfig.ObjectLinear, TextureCoordGenConfig.ReflectionMap, TextureCoordGenConfig.SphereMap
 
Field Summary
 float w
          The w plane coefficient.
 float x
          The x plane coefficient.
 float y
          The y plane coefficient.
 float z
          The z plane coefficient.
 
Constructor Summary
TextureCoordGenConfig.Linear()
           
 
Method Summary
 
Methods inherited from class com.threerings.opengl.renderer.config.TextureCoordGenConfig
getModeAndPlane, isSupported
 
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
 

Field Detail

x

@Editable(step=0.01,
          hgroup="p")
public float x
The x plane coefficient.


y

@Editable(step=0.01,
          hgroup="p")
public float y
The y plane coefficient.


z

@Editable(step=0.01,
          hgroup="p")
public float z
The z plane coefficient.


w

@Editable(step=0.01,
          hgroup="p")
public float w
The w plane coefficient.

Constructor Detail

TextureCoordGenConfig.Linear

public TextureCoordGenConfig.Linear()


Copyright © 2011. All Rights Reserved.