Draw3D 3.2 (+ Physix V 1.0)

Blitz3D Forums/Blitz3D Programming/Draw3D 3.2 (+ Physix V 1.0)

I dont see a thread here..so

Draw3D 3.2 / Physix 1.0 : http://www.hectic.de/data/Draw3D.V.3.2.rar

The dokumentation you can find in this download (sorry..german description) : http://www.blitzforum.de/help/Download

Enjoy it, really good stuff from hectic (as usual).

bye

Excellent lib!.
Thank you very much.
Any chance for Greek documentation?
[ OK, OK, English is good enough :) ]

great stuff

Really great stuff

Moraldi,
the be serious..at the moment nobody works on a translation. If someone try to make one in eng or fra i can help. But i (or hectic) dont have the time to make one.

bye

Draw3d coordinates works on a camera with default zoom values, but I'd need to make it work on a camera with a customized zoom level.
How can I do that?Can you please ask to hectic?
thank you :)

@FlagDKT, here an example...

Const Zoom#=0.75
CameraZoom Camera,Zoom
Origin3D(800*Zoom,600*Zoom)


oh thank you :)

Some questions:
1)is there a way to make xy coordinates start from the top/left of the screen?(instead of subtracting the half of screenwidth)
2)how to change handle of 3d images to the top/left instead of center?
thanx

@FlagDKT,

1) YES - http://www.hectic.de/data/Draw3Dz.bb

2) NO - with image rotate functionally

Thanx again I will use this version then

Oops it doesn't work :(
No images on the screen with this version.(tried many coords)
What's wrong?

..its working here just fine..

@FlakDKT, please download the version again. I have change 20min after the first release the version.

testing code: DrawImage3D(Main, MouseX3D, MouseY3D)

ah ok Thank you :D!

I have one of the examples that doesn't work ("createimage3d.bb"), but I don't know if it's because of Vista or because of my crappy 3D card (ATI X1250).
any idea?
:(

..any specific error or just plain MAV?

The example in question just displays a grey screen, nothing happens when I click.
It could even be a bug in the code, who knows?