Page 1 of 2

Xtreme3D OpenGL 3D Engine

Posted: Thu Oct 14, 2004 11:40 pm
by Xception
It's an OpenGL 3D engine with nice effects, some example programs and a bad documentation at the moment.
download:
http://home.tiscalinet.de/xception/dlls.htm

Posted: Fri Oct 15, 2004 12:22 am
by Moonshine
I get POLINK: fatal error: Corrupt library: '..\PureLibraries\Windows\Libraries\Xtreme3D.lib'.

Posted: Fri Oct 15, 2004 11:20 am
by Xception
Strange, maybe it's because I use PB 3.90 and 3.91 needs another library format?
Here's the pbl file so that you can make your own lib file with dllimport:
http://home.tiscalinet.de/xception/Xtreme3D.pbl

Posted: Fri Oct 15, 2004 4:49 pm
by gilles_k
I get POLINK: fatal error: Corrupt library: '..\PureLibraries\Windows\Libraries\Xtreme3D.lib'.
Same thing here.
Rebuild a lib for 3.91, work fine now.

Nice engine Xception.

Posted: Fri Oct 15, 2004 5:32 pm
by Moonshine
Yes, rebuilt the lib and now it works perfectly. Very very interesting, how far are you planning to develop this project? It seems very solid and I'd be interested in using it if it was mature.

Cheers :)

Posted: Fri Oct 15, 2004 8:19 pm
by dmoc
Anything to do with glscene?

Posted: Fri Oct 15, 2004 9:45 pm
by J. Baker
I've been watching this ever since you first made it for GameMaker. Nice to see you ported it to PureBasic. :D

Posted: Fri Oct 15, 2004 11:18 pm
by kns
How do I rebuild the import library?

Posted: Fri Oct 15, 2004 11:48 pm
by Xception
Anything to do with glscene?
From my documentation:
Xtreme 3D is an OpenGL 3D engine
programmed with Delphi 6 and GLScene: http://www.glscene.org
How do I rebuild the import library?
Use dllimport tool in the library sdk directory, select correct directories, press start and select Xtreme3D.pbl file.

Posted: Sat Oct 16, 2004 6:43 am
by dmoc
Xtreme 3D is an OpenGL 3D engine
programmed with Delphi 6 and GLScene: http://www.glscene.org
Great addition to PB! I've been a fan of glscene for several years. What is the licencing situation?

Posted: Wed Oct 27, 2004 10:04 am
by kawasaki
Man, i only get 3 FPS max... is there any particular thing i need?


Im running a 2.40ghz Celeron with 96mb ram and a 64mb Geforce2 Mx400

Posted: Wed Oct 27, 2004 11:18 am
by dmoc
I get more fps than that on a PIII 600, GF2. Have you checked your gfx drivers?

Posted: Wed Oct 27, 2004 11:49 am
by Num3
I can't run it... even with the recompiled library :(

Any ideas !?

Posted: Wed Oct 27, 2004 4:11 pm
by Moonshine
Which version you running? 3.92? I recompiled with .91, maybe its a bug?

Posted: Wed Oct 27, 2004 4:49 pm
by gilles_k
Recompiled whith 3.92 work here.
And run program whith a 3.91 recompiled file in 3.92 PureBasic also work.

No bug for me.