|
|
Re: Draw_Line() - under a panel
[Re: dennis]
#128263
05/13/07 14:12
05/13/07 14:12
|
Joined: May 2002
Posts: 7,441
ventilator
Senior Expert
|
Senior Expert
Joined: May 2002
Posts: 7,441
|
it should be quite easy. probably the most difficult thing is setting up the compiler and linker (i always hate that!  ). in the manual there is an example for a dllfunction which draws a triangle. drawing a line would be almost the same. you will need two vertices only and i think instead of trianglefan you have to use the linelist mode for drawprimitiveup.
|
|
|
Re: Draw_Line() - under a panel
[Re: dennis]
#128267
05/13/07 15:38
05/13/07 15:38
|
Joined: Jul 2001
Posts: 6,904
HeelX
Senior Expert
|
Senior Expert
Joined: Jul 2001
Posts: 6,904
|
This feature has been introduced in V6.58.b beta - released 19-Feb-2007 --> see beta page! http://www.conitec.net/beta/
|
|
|
|