Package com.gaia3d.basic.geometry.voxel
Class Voxel
java.lang.Object
com.gaia3d.basic.geometry.voxel.Voxel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte
getAlpha()
float
int
void
setByteColor4
(byte r, byte g, byte b, byte a)
-
Constructor Details
-
Voxel
public Voxel()
-
-
Method Details
-
setByteColor4
public void setByteColor4(byte r, byte g, byte b, byte a) -
getAlpha
public byte getAlpha() -
getAlphaInt
public int getAlphaInt() -
getAlphaFloat
public float getAlphaFloat()
-