Package gaiasky.util.gdx.shader
Class RelativisticShader.Inputs
java.lang.Object
gaiasky.util.gdx.shader.DefaultIntShader.Inputs
gaiasky.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 gaiasky.util.gdx.shader.DefaultIntShader.Inputs
alphaTest, ambientCube, ambientTexture, bones, cameraDirection, cameraK, cameraNearFar, cameraPosition, cameraUp, dCamPos, diffuseColor, diffuseTexture, dirLights, emissiveColor, emissiveTexture, environmentCubemap, heightNoiseSize, heightScale, heightSize, heightTexture, nightTexture, normalMatrix, normalTexture, opacity, pointLights, prevProjView, projTrans, projViewTrans, projViewWorldTrans, reflectionColor, reflectionTexture, shininess, specularColor, specularTexture, spotLights, tessQuality, viewTrans, viewWorldTrans, vrOffset, vrScale, worldTrans
-
Constructor Summary
Constructors Constructor Description Inputs()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
vc
-
velDir
-
hterms
-
gw
-
gwmat3
-
ts
-
omgw
-
-
Constructor Details
-
Inputs
public Inputs()
-