Class PBRHDRColorAttribute
java.lang.Object
gaiasky.util.gdx.shader.attribute.Attribute
gaiasky.util.gdx.model.gltf.scene3d.attributes.PBRHDRColorAttribute
- All Implemented Interfaces:
Comparable<Attribute>
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class gaiasky.util.gdx.shader.attribute.Attribute
equals, equals, getAttributeAlias, getAttributeIndex, getAttributeIndex, getAttributeType, getIndex, getNumAttributes, getTypes, has, hashCode, register, toString
-
Field Details
-
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