com.threerings.opengl.renderer.config
Class TextureCoordGenConfig.Linear
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureCoordGenConfig
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.
|
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. |
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.
TextureCoordGenConfig.Linear
public TextureCoordGenConfig.Linear()
Copyright © 2011. All Rights Reserved.