issues
search
john-chapman
/
im3d
Immediate mode rendering and 3d gizmos.
MIT License
1.21k
stars
63
forks
source link
Layers
#21
Closed
john-chapman
closed
7 years ago
john-chapman
commented
7 years ago
Simple way to group vertex data without creating separate contexts (e.g. to draw all gizmos into a separate layer).
Push/pop layer ID; internally map layer ID -> vertex data list index. Clear the map per frame?
Pass layer ID to the draw function via the draw list.
Gizmos in a separate layer by default?