Package gaiasky.util.gdx.shader
Class GroundShader.Setters
java.lang.Object
gaiasky.util.gdx.shader.DefaultIntShader.Setters
gaiasky.util.gdx.shader.RelativisticShader.Setters
gaiasky.util.gdx.shader.GroundShader.Setters
- Enclosing class:
- GroundShader
public static class GroundShader.Setters extends RelativisticShader.Setters
-
Nested Class Summary
Nested classes/interfaces inherited from class gaiasky.util.gdx.shader.DefaultIntShader.Setters
DefaultIntShader.Setters.ACubemap, DefaultIntShader.Setters.Bones
-
Field Summary
Fields Modifier and Type Field Description static BaseIntShader.Setter
alpha
static BaseIntShader.Setter
cameraHeight
static BaseIntShader.Setter
cameraPos
static BaseIntShader.Setter
fogColor
static BaseIntShader.Setter
fogDensity
static BaseIntShader.Setter
g
static BaseIntShader.Setter
innerRadius
static BaseIntShader.Setter
invWavelength
static BaseIntShader.Setter
km4PI
static BaseIntShader.Setter
kmESun
static BaseIntShader.Setter
kr4PI
static BaseIntShader.Setter
krESun
static BaseIntShader.Setter
lightPos
static BaseIntShader.Setter
nSamples
static BaseIntShader.Setter
outerRadius
static BaseIntShader.Setter
planetPos
static BaseIntShader.Setter
scale
static BaseIntShader.Setter
scaleDepth
static BaseIntShader.Setter
scaleOverScaleDepth
Fields inherited from class gaiasky.util.gdx.shader.RelativisticShader.Setters
gw, gwmat3, hTerms, omgw, ts, vc, velDir
Fields inherited from class gaiasky.util.gdx.shader.DefaultIntShader.Setters
ambientTexture, cameraDirection, cameraK, cameraNearFar, cameraPosition, cameraUp, dCamPos, diffuseColor, diffuseTexture, emissiveColor, emissiveTexture, environmentCubemap, heightNoiseSize, heightScale, heightSize, heightTexture, nightTexture, normalMatrix, normalTexture, prevProjView, projTrans, projViewTrans, projViewWorldTrans, reflectionColor, reflectionTexture, shininess, specularColor, specularTexture, tessQuality, viewTrans, viewWorldTrans, vrScale, worldTrans
-
Constructor Summary
Constructors Constructor Description Setters()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
alpha
-
cameraHeight
-
outerRadius
-
innerRadius
-
krESun
-
kmESun
-
kr4PI
-
km4PI
-
scale
-
scaleDepth
-
scaleOverScaleDepth
-
nSamples
-
fogDensity
-
fogColor
-
g
-
planetPos
-
cameraPos
-
lightPos
-
invWavelength
-
-
Constructor Details
-
Setters
public Setters()
-