Class RelativisticShader.Inputs
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.util.gdx.shader.DefaultIntShader.Inputs
-
- gaia.cu9.ari.gaiaorbit.util.gdx.shader.RelativisticShader.Inputs
-
- Direct Known Subclasses:
GroundShader.Inputs
- Enclosing class:
- RelativisticShader
public static class RelativisticShader.Inputs extends DefaultIntShader.Inputs
-
-
Field Summary
Fields Modifier and Type Field Description static BaseIntShader.Uniform
gw
static BaseIntShader.Uniform
gwmat3
static BaseIntShader.Uniform
hterms
static BaseIntShader.Uniform
omgw
static BaseIntShader.Uniform
ts
static BaseIntShader.Uniform
vc
static BaseIntShader.Uniform
velDir
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.util.gdx.shader.DefaultIntShader.Inputs
alphaTest, ambientCube, ambientTexture, bones, cameraDirection, cameraNearFar, cameraPosition, cameraUp, diffuseColor, diffuseTexture, dirLights, emissiveColor, emissiveTexture, environmentCubemap, heightNoiseSize, heightScale, heightSize, heightTexture, nightTexture, normalMatrix, normalTexture, opacity, pointLights, projTrans, projViewTrans, projViewWorldTrans, reflectionColor, reflectionTexture, shininess, specularColor, specularTexture, spotLights, tessQuality, viewTrans, viewWorldTrans, worldTrans
-
-
Constructor Summary
Constructors Constructor Description Inputs()
-
-
-
Field Detail
-
vc
public static final BaseIntShader.Uniform vc
-
velDir
public static final BaseIntShader.Uniform velDir
-
hterms
public static final BaseIntShader.Uniform hterms
-
gw
public static final BaseIntShader.Uniform gw
-
gwmat3
public static final BaseIntShader.Uniform gwmat3
-
ts
public static final BaseIntShader.Uniform ts
-
omgw
public static final BaseIntShader.Uniform omgw
-
-