Vavassor / ParaDraw

Drawing tools for visual debugging in VRChat worlds.
MIT License
4 stars 2 forks source link

Two-sided solid shapes #9

Open Vavassor opened 1 month ago

Vavassor commented 1 month ago

Drawing the inside of boxes, spheres, or other 3D shapes could be helpful for large shapes that encompass the camera. Especially shapes used as trigger colliders.

However, this presents a rendering challenge for transparent shapes, which would need two separate meshes for the inside and outside. Two sided drawing might be better as an explicit option. Like a boolean parameter or "TwoSided" version of the drawing method.