Module gl_utils::mesh [−][src]
Mesh generation utilities.
Functions
capsule_3d_instanced_lines_list |
Two hemispherical "caps" connected at their equators. |
capsule_3d_instanced_lines_list_counts | |
cylinder_3d_instanced_lines_list |
Unit cylinder-- total height is 2.0 centered at 0.0 in the vertical (Z) axis, radius 1.0 in the X/Y plane. |
cylinder_3d_instanced_lines_list_counts | |
grid_3d_instanced_lines_list |
Produces vertices and indices for a 3D lines list arranged in a square grid
in the X/Y plane of |
grid_3d_instanced_lines_list_counts |
Returns the |
hemisphere_3d_instanced_lines_list |
Generates a hemisphere with unit radius in the positive Z half-space
with a number of parallels equal to |
hemisphere_3d_instanced_lines_list_counts | |
sphere_3d_instanced_lines_list |
Produces vertices and indices for a 3D lines list unit sphere (radius $1.0$) with the given number of latitudinal divisions rounded down to the nearest even number (ensuring the sphere always has an 'equator'), and with the given number of longitudinal divisions. |
sphere_3d_instanced_lines_list_counts |
Returns the |