Class AmbientCubemap
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.environment.AmbientCubemap
-
public class AmbientCubemap extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description float[]data
-
Constructor Summary
Constructors Constructor Description AmbientCubemap()AmbientCubemap(float[] copyFrom)AmbientCubemap(AmbientCubemap copyFrom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmbientCubemapadd(float r, float g, float b)AmbientCubemapadd(float r, float g, float b, float x, float y, float z)AmbientCubemapadd(float r, float g, float b, Vector3 direction)AmbientCubemapadd(Color color)AmbientCubemapadd(Color color, float x, float y, float z)AmbientCubemapadd(Color color, Vector3 direction)AmbientCubemapadd(Color color, Vector3 point, Vector3 target)AmbientCubemapadd(Color color, Vector3 point, Vector3 target, float intensity)AmbientCubemapclamp()AmbientCubemapclear()ColorgetColor(Color out, int side)AmbientCubemapset(float[] values)AmbientCubemapset(float r, float g, float b)AmbientCubemapset(Color color)AmbientCubemapset(AmbientCubemap other)java.lang.StringtoString()
-
-
-
Constructor Detail
-
AmbientCubemap
public AmbientCubemap()
-
AmbientCubemap
public AmbientCubemap(float[] copyFrom)
-
AmbientCubemap
public AmbientCubemap(AmbientCubemap copyFrom)
-
-
Method Detail
-
set
public AmbientCubemap set(float[] values)
-
set
public AmbientCubemap set(AmbientCubemap other)
-
set
public AmbientCubemap set(Color color)
-
set
public AmbientCubemap set(float r, float g, float b)
-
clear
public AmbientCubemap clear()
-
clamp
public AmbientCubemap clamp()
-
add
public AmbientCubemap add(float r, float g, float b)
-
add
public AmbientCubemap add(Color color)
-
add
public AmbientCubemap add(float r, float g, float b, float x, float y, float z)
-
add
public AmbientCubemap add(Color color, Vector3 direction)
-
add
public AmbientCubemap add(float r, float g, float b, Vector3 direction)
-
add
public AmbientCubemap add(Color color, float x, float y, float z)
-
add
public AmbientCubemap add(Color color, Vector3 point, Vector3 target)
-
add
public AmbientCubemap add(Color color, Vector3 point, Vector3 target, float intensity)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-