Jump to content

[SOLVED] Visualizer in WidgetSpriteViewport?


photo

Recommended Posts

Posted

hi, how draw in WidgetSpriteViewport using visualizer or something like visualizer?

Posted

Hi, I think at the moment Visualizers can only be rendered on the main window.

Posted

Depends on what you want to draw but, could WindgetCanvas be useful for your purpose?

Posted

canvas is object-orientired widget, i need per Update graphics like visualizer

Posted

Hi Sergey!

 

Visualizer is supposed to render debug graphics only to main screen. It's better to use WidgetCanvas to draw debug (or any other) stuff in GUI. Just see samples/widgets/canvas_02 scene and notice that wireframed cube was drawn by WidgetCanvas.

×
×
  • Create New...