Class ShaderVariablePointerFloatMatrix

java.lang.Object
com.ardor3d.util.shader.ShaderVariable
com.ardor3d.util.shader.uniformtypes.ShaderVariablePointerFloatMatrix
All Implemented Interfaces:
Savable

public class ShaderVariablePointerFloatMatrix extends ShaderVariable
ShaderVariablePointerFloatMatrix - data is stored by row... all matrices row 0, then all matrices row 1, etc.
  • Field Details

    • size

      public int size
      Specifies the number of rows and cols in the matrix. Must be 2, 3, or 4.
    • normalized

      public boolean normalized
      Specifies whether fixed-point data values should be normalized (true) or converted directly as fixed-point values (false) when they are accessed.
    • data

      public FloatBufferData data
      The data for the attribute value
  • Constructor Details

    • ShaderVariablePointerFloatMatrix

      public ShaderVariablePointerFloatMatrix()
  • Method Details