public class PBRFloatAttribute
extends com.badlogic.gdx.graphics.g3d.attributes.FloatAttribute
| Modifier and Type | Field and Description |
|---|---|
static long |
Metallic |
static java.lang.String |
MetallicAlias |
static long |
NormalScale |
static java.lang.String |
NormalScaleAlias |
static long |
OcclusionStrength |
static java.lang.String |
OcclusionStrengthAlias |
static long |
Roughness |
static java.lang.String |
RoughnessAlias |
static long |
ShadowBias |
static java.lang.String |
ShadowBiasAlias |
| Constructor and Description |
|---|
PBRFloatAttribute(long type,
float value) |
| Modifier and Type | Method and Description |
|---|---|
com.badlogic.gdx.graphics.g3d.Attribute |
copy() |
static com.badlogic.gdx.graphics.g3d.Attribute |
createMetallic(float value) |
static com.badlogic.gdx.graphics.g3d.Attribute |
createNormalScale(float value) |
static com.badlogic.gdx.graphics.g3d.Attribute |
createOcclusionStrength(float value) |
static com.badlogic.gdx.graphics.g3d.Attribute |
createRoughness(float value) |
compareTo, createAlphaTest, createShininess, hashCodepublic static final java.lang.String MetallicAlias
public static final long Metallic
public static final java.lang.String RoughnessAlias
public static final long Roughness
public static final java.lang.String NormalScaleAlias
public static final long NormalScale
public static final java.lang.String OcclusionStrengthAlias
public static final long OcclusionStrength
public static final java.lang.String ShadowBiasAlias
public static final long ShadowBias
public com.badlogic.gdx.graphics.g3d.Attribute copy()
copy in class com.badlogic.gdx.graphics.g3d.attributes.FloatAttributepublic static com.badlogic.gdx.graphics.g3d.Attribute createMetallic(float value)
public static com.badlogic.gdx.graphics.g3d.Attribute createRoughness(float value)
public static com.badlogic.gdx.graphics.g3d.Attribute createNormalScale(float value)
public static com.badlogic.gdx.graphics.g3d.Attribute createOcclusionStrength(float value)