Released July 22, 2024.
- Make the arrow head for DrawRay face the viewer. PR#2
- Added solid drawing for boxes, capsules, ellipsoids, meshes, rectangles, and spheres. PR#7
- Added disk, sector, and ring drawing. PR#8
- Merged LineDrawer, MeshDrawer, and TextDrawer into ShapeDrawer. PR#10
Released June 26, 2024.
- Fixes mesh drawing not being visible on Quest because geometry shaders are unsupported.
- Fixes mesh drawing only showing the first submesh.
- Adds DrawWireCamera.
- Added a version of DrawAxes to specify a Transform component.
- Renames DrawWireCircle to DrawCircle.
- Renames DrawWireEllipse to DrawEllipse.
- Adds DrawWireCylinder.
- Adds DrawWireRectangle.
Released June 20, 2024.
- Fixes ShapeDrawer queueing up shapes when it's disabled, causing it to draw them all at once when it's enabled.
- Makes points and text show through nearby surfaces.
Released June 16, 2024.
- Added mesh drawing.
- Added collider drawing.
- Changed DrawWireBox to use size instead of extents. It was using size before, just incorrectly labeled as "extents".
- Fixes text rolling with head movement in VR.
- Updates point drawing to draw circles.
Released May 14, 2024.
- Added text drawing.
- Added point drawing.
Released May 12, 2024.
- Fixed drawings not appearing depending on the script execution order.
- Adds documentation comments to ShapeDrawer.
Released May 10, 2024.
- Fixed the cone angle being wrong when using DrawWireCone.
- Added a version of DrawWireEllipsoid to specify the ellipsoid using a rotation.
- Added a version of DrawWireEllipticCone to specify using angles instead of a vector basis.
Released May 9, 2024.
- Adds line and wireframe drawing.