public interface Callback3d
| Modifier and Type | Method and Description |
|---|---|
void |
onNewSample(float x,
float y,
float z)
Will be called whenever a new sample with the given coordinates
(x, y, z) is generated. |
void onNewSample(float x,
float y,
float z)
(x, y, z) is generated.x - the x coordinate of the new sample pointy - the y coordinate of the new sample pointz - the z coordinate of the new sample pointCopyright © 2015–2019 JOML. All rights reserved.