Draw3D 3.2 (+ Physix V 1.0)

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

Abrexxes(Posted 2008) [#1]
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


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


Naughty Alien(Posted 2008) [#3]
great stuff


Al Meyer(Posted 2008) [#4]
Really great stuff


Abrexxes(Posted 2008) [#5]
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


FlagDKT(Posted 2008) [#6]
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 :)


hectic(Posted 2008) [#7]
@FlagDKT, here an example...

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



FlagDKT(Posted 2008) [#8]
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


hectic(Posted 2008) [#9]
@FlagDKT,

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

2) NO - with image rotate functionally


FlagDKT(Posted 2008) [#10]
Thanx again I will use this version then


FlagDKT(Posted 2008) [#11]
Oops it doesn't work :(
No images on the screen with this version.(tried many coords)
What's wrong?


Naughty Alien(Posted 2008) [#12]
..its working here just fine..


hectic(Posted 2008) [#13]
@FlakDKT, please download the version again. I have change 20min after the first release the version.

testing code: DrawImage3D(Main, MouseX3D, MouseY3D)


FlagDKT(Posted 2008) [#14]
ah ok Thank you :D!


cyberyoyo(Posted 2008) [#15]
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?
:(


Naughty Alien(Posted 2008) [#16]
..any specific error or just plain MAV?


cyberyoyo(Posted 2008) [#17]
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?