Jump to content

[SOLVED] Render visualizer on top


photo

Recommended Posts

Posted

Is there any way to render visualizer elements over all other objects in 3D scene?

Thanks.

Posted

They are no way to do such things with visualizer ivan but you can use WidgetSpriteNode to do such.

Posted

Abou is right, visualizer functions that deal with 3D space indeed checks the depth in the scene. For example, if an object is hidden behind another object, you cannot draw wireframe for it.

However, 2D visualizer is drawn atop of everything else. This means, you can project your 3D space coordinates to 2D screen space and draw your objects as triangles or lines.

Posted

Thanks for your suggestions,

I suppose I have to project all my mesh vertices to 2D to render whatever I need, or use a widget sprite node.

Anyway, I think it could be an interesting feature to have a overlay mode (get/setOverlayMode) for visualizer.

  • 1 month later...
Posted

An overlay mode for the visualizer is added to a wish list.

×
×
  • Create New...