THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/08/2012 at 03:11, xxxxxxxx wrote:
I want to draw some circles in the editor, in screen space.
I already have the coordinates of the center and the radius.
However, if I use DrawCircle2D, it draws the circles fine but, if I turn Enhanced OpenGL display on, the objects in the editor are displayed oddly.
I already tried to use the bd.SW function to convert my screen coordinates to world coordinates and use DrawCircle instead. But it is not working.
So, I have two questions:
Is it impossible to use 2D drawing commands without ruining the editor display when Enhanced OpenGL is on?
How can I draw in world coordinates and have a result like it was screen coordinates?
Thank you very much in advance for any reply.
Rui Batista