Does anyone has a small 3d code example (without media files)? This would help me understanding some things in PureBasic.
Thanks in advance!
anyone who has a small 3d example?
-
bernardfrancois
- User

- Posts: 47
- Joined: Tue Sep 02, 2003 9:17 am
- Location: Belgium
- Contact:
PB doesn't natively support creating of 3d-primitives as of now..
But you can search for "OpenGL" and "3d" here on the forums, and you'll find some sources to create primitives using OpenGL....
For standard 3D usage (the OGRE engine), you'll have to have some media...
-Lars
But you can search for "OpenGL" and "3d" here on the forums, and you'll find some sources to create primitives using OpenGL....
For standard 3D usage (the OGRE engine), you'll have to have some media...
-Lars
AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
-
bernardfrancois
- User

- Posts: 47
- Joined: Tue Sep 02, 2003 9:17 am
- Location: Belgium
- Contact:
-
bernardfrancois
- User

- Posts: 47
- Joined: Tue Sep 02, 2003 9:17 am
- Location: Belgium
- Contact:
the ogre site doesn't seem to work... -> http://ogre.sourceforge.net/
anyone who knows where I can find somtehing to convert .3ds files to the ogre format? (a 3dsmax plug-in is okay too)
anyone who knows where I can find somtehing to convert .3ds files to the ogre format? (a 3dsmax plug-in is okay too)
i will
before i got into pb
i work with a big gsdk community and did devlope a 3d engine useing just 2d drawing commands that were extremly slow
but it still ran at a resable rate (10fps) all it did was draw a cube (wireframe) that you could rotate
so i know the basics of 3d engines just not the newer advance stuff
before i got into pb
i work with a big gsdk community and did devlope a 3d engine useing just 2d drawing commands that were extremly slow
but it still ran at a resable rate (10fps) all it did was draw a cube (wireframe) that you could rotate
so i know the basics of 3d engines just not the newer advance stuff
~Dreglor

