Class PBRHDRColorAttribute

java.lang.Object
gaiasky.util.gdx.shader.attribute.Attribute
gaiasky.util.gdx.model.gltf.scene3d.attributes.PBRHDRColorAttribute
All Implemented Interfaces:
Comparable<Attribute>

public class PBRHDRColorAttribute extends Attribute
  • Field Details

    • SpecularAlias

      public static final String SpecularAlias
      See Also:
    • Specular

      public static final int Specular
    • r

      public float r
    • g

      public float g
    • b

      public float b
  • Constructor Details

    • PBRHDRColorAttribute

      public PBRHDRColorAttribute(int type, float r, float g, float b)
  • Method Details