Public Attributes | |
| RtUlong | size_x |
| RtFloat | scale |
| RtVector2f | offset |
grid resolution
scale factor that should be applied to geometry identification stream data to convert to grid item using following expression
Grid item = (coord - offset) * scale;
Offset that should be applied to geometry identification stream data to convert to grid item using following expression.
Grid item = (coord - offset) * scale;
1.5.5