com.threerings.opengl.renderer.config
Class ShaderConfig.PolarUniformConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.ShaderConfig.UniformConfig
com.threerings.opengl.renderer.config.ShaderConfig.SimpleUniformConfig
com.threerings.opengl.renderer.config.ShaderConfig.PolarUniformConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ShaderConfig
public static class ShaderConfig.PolarUniformConfig
- extends ShaderConfig.SimpleUniformConfig
A polar coordinate-valued uniform.
value
@Editable(step=0.01,
mode="polar",
hgroup="p")
public Vector2f value
- The value of the uniform.
ShaderConfig.PolarUniformConfig
public ShaderConfig.PolarUniformConfig()
createUniform
public Program.Uniform createUniform(int location)
- Description copied from class:
ShaderConfig.SimpleUniformConfig
- Creates a uniform object from this configuration.
- Parameters:
location - the location of the uniform.
Copyright © 2011. All Rights Reserved.