sergey.pozhidaev Posted March 7, 2014 Posted March 7, 2014 hi, how draw in WidgetSpriteViewport using visualizer or something like visualizer?
ulf.schroeter Posted March 7, 2014 Posted March 7, 2014 Hi, I think at the moment Visualizers can only be rendered on the main window.
ivan.cuevas Posted March 7, 2014 Posted March 7, 2014 Depends on what you want to draw but, could WindgetCanvas be useful for your purpose?
sergey.pozhidaev Posted March 8, 2014 Author Posted March 8, 2014 canvas is object-orientired widget, i need per Update graphics like visualizer
unclebob Posted March 12, 2014 Posted March 12, 2014 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.
Recommended Posts