com.threerings.opengl.renderer.config
Class TextureCoordGenConfig.EyeLinear
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureCoordGenConfig
com.threerings.opengl.renderer.config.TextureCoordGenConfig.Linear
com.threerings.opengl.renderer.config.TextureCoordGenConfig.EyeLinear
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TextureCoordGenConfig
public static class TextureCoordGenConfig.EyeLinear
- extends TextureCoordGenConfig.Linear
Generates coordinates using a linear function in eye space.
|
Method Summary |
int |
getModeAndPlane(Vector4f plane)
Returns the OpenGL constant for the mode and populates the supplied object with the plane
coefficients (if applicable). |
TextureCoordGenConfig.EyeLinear
public TextureCoordGenConfig.EyeLinear()
getModeAndPlane
public int getModeAndPlane(Vector4f plane)
- Description copied from class:
TextureCoordGenConfig
- Returns the OpenGL constant for the mode and populates the supplied object with the plane
coefficients (if applicable).
- Specified by:
getModeAndPlane in class TextureCoordGenConfig
Copyright © 2011. All Rights Reserved.