![]() |
| jit.gl.gridshape | Generate simple geometric shapes as a connected grid |
| GL Group |
| Attributes: |
| Name | Type | Description |
| dim | int list[2] | The dimensions of the grid (default = 20 20) |
| displaylist | int | Cache in displaylist flag (default = 0) This feature may be used to speed up rendering time by creating and storing a list of gl drawing commands on the graphics card. This will have no effect if matrixoutput turned on. |
| gridmode | int |
Grid render mode (default = 0 (quadrilateral grid)) 0 = quad_grid (quadrilateral grid) 1 = tri_grid (triangular grid) |
| rad_minor | float | The minor radius of a torus, if one is rendered or sent out as a matrix. (default = 0.25) |
| shape | symbol |
The shape to be used (default = sphere) Supported shapes are: sphere torus cylinder opencyclinder cube opencube plane circle |
| Example: |
