public class LaserContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
length |
javax.vecmath.Matrix4f |
matrix |
Constructor and Description |
---|
LaserContext(ILaserRenderer renderer,
LaserData_BC8 data,
boolean useNormalColour,
boolean isCullEnabled) |
Modifier and Type | Method and Description |
---|---|
void |
addPoint(double xIn,
double yIn,
double zIn,
double uIn,
double vIn) |
void |
setFaceNormal(double nx,
double ny,
double nz) |
public LaserContext(ILaserRenderer renderer, LaserData_BC8 data, boolean useNormalColour, boolean isCullEnabled)