Class GroundShader.Setters
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.util.gdx.shader.DefaultIntShader.Setters
-
- gaia.cu9.ari.gaiaorbit.util.gdx.shader.RelativisticShader.Setters
-
- gaia.cu9.ari.gaiaorbit.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 gaia.cu9.ari.gaiaorbit.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
cameraHeight2
static BaseIntShader.Setter
cameraPos
static BaseIntShader.Setter
fogColor
static BaseIntShader.Setter
fogDensity
static BaseIntShader.Setter
fSamples
static BaseIntShader.Setter
g
static BaseIntShader.Setter
g2
static BaseIntShader.Setter
innerRadius
static BaseIntShader.Setter
innerRadius2
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
outerRadius2
static BaseIntShader.Setter
planetPos
static BaseIntShader.Setter
scale
static BaseIntShader.Setter
scaleDepth
static BaseIntShader.Setter
scaleOverScaleDepth
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.util.gdx.shader.RelativisticShader.Setters
gw, gwmat3, hterms, omgw, ts, vc, velDir
-
Fields inherited from class gaia.cu9.ari.gaiaorbit.util.gdx.shader.DefaultIntShader.Setters
ambientTexture, cameraDirection, cameraNearFar, cameraPosition, cameraUp, diffuseColor, diffuseTexture, emissiveColor, emissiveTexture, environmentCubemap, heightNoiseSize, heightScale, heightSize, heightTexture, nightTexture, normalMatrix, normalTexture, projTrans, projViewTrans, projViewWorldTrans, reflectionColor, reflectionTexture, shininess, specularColor, specularTexture, tessQuality, viewTrans, viewWorldTrans, worldTrans
-
-
Constructor Summary
Constructors Constructor Description Setters()
-
-
-
Field Detail
-
alpha
public static final BaseIntShader.Setter alpha
-
cameraHeight
public static final BaseIntShader.Setter cameraHeight
-
cameraHeight2
public static final BaseIntShader.Setter cameraHeight2
-
outerRadius
public static final BaseIntShader.Setter outerRadius
-
outerRadius2
public static final BaseIntShader.Setter outerRadius2
-
innerRadius
public static final BaseIntShader.Setter innerRadius
-
innerRadius2
public static final BaseIntShader.Setter innerRadius2
-
krESun
public static final BaseIntShader.Setter krESun
-
kmESun
public static final BaseIntShader.Setter kmESun
-
kr4PI
public static final BaseIntShader.Setter kr4PI
-
km4PI
public static final BaseIntShader.Setter km4PI
-
scale
public static final BaseIntShader.Setter scale
-
scaleDepth
public static final BaseIntShader.Setter scaleDepth
-
scaleOverScaleDepth
public static final BaseIntShader.Setter scaleOverScaleDepth
-
nSamples
public static final BaseIntShader.Setter nSamples
-
fSamples
public static final BaseIntShader.Setter fSamples
-
fogDensity
public static final BaseIntShader.Setter fogDensity
-
fogColor
public static final BaseIntShader.Setter fogColor
-
g
public static final BaseIntShader.Setter g
-
g2
public static final BaseIntShader.Setter g2
-
planetPos
public static final BaseIntShader.Setter planetPos
-
cameraPos
public static final BaseIntShader.Setter cameraPos
-
lightPos
public static final BaseIntShader.Setter lightPos
-
invWavelength
public static final BaseIntShader.Setter invWavelength
-
-