vertxxyz / Vertx.Debugging

Debugging utilities for Unity
MIT License
519 stars 34 forks source link

is there a way to draw a colored point or a shaded sphere? #42

Closed laurentopia closed 2 days ago

laurentopia commented 2 days ago

I only see wireframes and was wondering if there was a way to show a color at a point in space.

dragon122 commented 2 days ago

D.raw(new Shape.Point([Position]), [Color]); Alternative: empty Shape.Text with spaces - will draw a small colored rectangle at the specified point

vertxxyz commented 2 days ago

There are no solid shapes. https://github.com/vertxxyz/Vertx.Debugging/issues/38 https://github.com/vertxxyz/Vertx.Debugging/issues/15