Dynad
Member
|
Draw lines and dots on Gui objects.
Hey,
Is it possible to draw lines and dots with D.dot/D.line on Gui objects? If thats possible how does it work? Cause it needs to keep 2D and not in 3D world mode.
Thnx,
~Dynad
There is always evil somewhere, you just have to look for it properly.
|
|
10-27-2010 10:09 PM |
|
Esenthel
Administrator
|
RE: Draw lines and dots on Gui objects.
What do you mean?
There are functions which accept Vec2 pos, and they work in 2D mode (no depth buffer is used then)
|
|
10-27-2010 10:12 PM |
|
Dynad
Member
|
RE: Draw lines and dots on Gui objects.
Ok but when a Gui object is on focus/activated the dot or line wont be drawn on the Gui objects but beneath them..
There is always evil somewhere, you just have to look for it properly.
|
|
10-27-2010 10:14 PM |
|
Esenthel
Administrator
|
RE: Draw lines and dots on Gui objects.
that depends on the order of drawing
first draw the gui object, then draw the dots/lines
|
|
10-27-2010 10:16 PM |
|