public static interface RenderInstances.RenderInstanceConsumer
Modifier and Type | Method and Description |
---|---|
void |
affine(int aidx,
AffineTransform3d trans,
java.lang.Double scale,
byte[] color) |
void |
frame(int fidx,
RigidTransform3d trans,
java.lang.Double scale,
byte[] color) |
void |
point(int pidx,
float[] pos,
java.lang.Double scale,
byte[] color) |
void point(int pidx, float[] pos, java.lang.Double scale, byte[] color)
void frame(int fidx, RigidTransform3d trans, java.lang.Double scale, byte[] color)
void affine(int aidx, AffineTransform3d trans, java.lang.Double scale, byte[] color)