Class SoVertexShaderParameter1f

All Implemented Interfaces:
SafeDisposable

public class SoVertexShaderParameter1f extends SoVertexShaderParameter
Vertex shader parameter node storing a float value. This node allows the application to provide a per-vertex parameter of type float to shader objects, e.g. SoVertexShader.

Vertex shader parameter nodes must be inserted in the scene graph.

See the base classes SoShaderParameter and SoVertexShaderParameter for details.

File format/default:

VertexShaderParameter1f {

    name ""
    identifier 0
    value 0
}

See Also:
  • Field Details

    • value

      public final SoMFFloat value
      Specifies the parameter's values.
  • Constructor Details

    • SoVertexShaderParameter1f

      public SoVertexShaderParameter1f()
      Constructor.