field.kit.gl.scene

state

package state

Type Members

  1. class AlphaState extends RenderState

    Applies alpha blending to an object

  2. class ShaderState extends RenderState

    Allows rendering a Geometry using a ShaderProgramme constructed from a VertexShader and a FragmentShader

  3. class TextureState extends RenderState

    Applies a texture to an object

Value Members

  1. object AlphaState extends Enumeration

    Stores blend type constants for the AlphaState class

  2. object ShaderState extends Logger

    Provides utility constructors for the ShaderState class

  3. object TextureState extends AnyRef

    Companion object to TextureState