public static class LaserCompiledBuffer.Builder extends java.lang.Object implements ILaserRenderer
Constructor and Description |
---|
Builder(boolean useNormalColour) |
Modifier and Type | Method and Description |
---|---|
LaserCompiledBuffer |
build() |
void |
vertex(double x,
double y,
double z,
double u,
double v,
int lmap,
float nx,
float ny,
float nz,
float diffuse) |
public void vertex(double x, double y, double z, double u, double v, int lmap, float nx, float ny, float nz, float diffuse)
vertex
in interface ILaserRenderer
public LaserCompiledBuffer build()