PDA

View Full Version : TheBest3D



Mark0
20-04-2007, 10:22
TheBest3D.com - Project Dogwaffle - 3rd party plugins (http://www.thebest3d.com/dogwaffle/3rdpartyplugins/index.html)

Bye!

Mark0
20-04-2007, 13:54
Also in the the last number of the newsletter:

The Dogwaffler of the Moment - newsletter #9 - April 2007 (http://www.thebest3d.com/dogwaffle/newsletter/9/)

Bye!

Petr Schreiber
20-04-2007, 16:32
Marc0,

it seems your module has great interest !

Few ideas occured to me for TBDW:

TBDW_DrawLine( x, y, x2, y2 [, color, [width, [antialiasFlag, [bitmask ]]]] )
TBDW_DrawSquare( x, y, x2, y2 [, color, [width, [antialiasFlag, [bitmask ]]]] )
TBDW_DrawCircle( x, y, radius [, color, [width, [antialiasFlag, [bitmask ]]]] )
TBDW_DrawEllipse( x, y, radiusA, radiusB [, color, [width, [ angle, [antialiasFlag, [bitmask ]]]]] )

...

But please do not take as obligation, it can be achieved using thinBASIC code too.
It could just make scripters life easier :).


Bye,
Petr

Michael Hartlef
22-04-2007, 09:19
But please do not take as obligation, it can be achieved using thinBASIC code too.
It could just make scripters life easier :).


I think the intention was to create a scripting interface for Dogwaffle and not to use dogwaffle as an output device for thinbasic. ;)

Petr Schreiber
22-04-2007, 10:00
Yes,

but as current approach is "just" per-pixel, it can take a long time for big images.
With some elelments bigger than pixel it could be faster.

But you are right, I probably understood it little bit differentely than it was intented :)


Bye,
Petr