com.threerings.opengl.renderer.config
Class TextureCoordGenConfig.SphereMap
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.TextureCoordGenConfig
com.threerings.opengl.renderer.config.TextureCoordGenConfig.SphereMap
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- TextureCoordGenConfig
public static class TextureCoordGenConfig.SphereMap
- extends TextureCoordGenConfig
Generates coordinates using a sphere map function.
|
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.SphereMap
public TextureCoordGenConfig.SphereMap()
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.