anyone who has a small 3d example?

Just starting out? Need help? Post your questions and find answers here.
bernardfrancois
User
User
Posts: 47
Joined: Tue Sep 02, 2003 9:17 am
Location: Belgium
Contact:

anyone who has a small 3d example?

Post by bernardfrancois »

Does anyone has a small 3d code example (without media files)? This would help me understanding some things in PureBasic.

Thanks in advance!
LarsG
Enthusiast
Enthusiast
Posts: 713
Joined: Mon Jun 02, 2003 1:06 pm
Location: Norway
Contact:

Post by LarsG »

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

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
User
Posts: 47
Joined: Tue Sep 02, 2003 9:17 am
Location: Belgium
Contact:

Post by bernardfrancois »

I didn't knew it wasn't posible to make such standard 3d primitives. But I have media (3ds files which I'll have to convert first I think). Are there some tutorials or examples about working with the OGRE engine in PureBasic?
bernardfrancois
User
User
Posts: 47
Joined: Tue Sep 02, 2003 9:17 am
Location: Belgium
Contact:

Post by bernardfrancois »

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)
coma
Enthusiast
Enthusiast
Posts: 164
Joined: Fri Aug 15, 2003 3:46 am
Location: Canada

Post by coma »

ogre site works fine here.

try this :

http://belnet.dl.sourceforge.net/source ... 0.11.1.zip
Dreglor
Enthusiast
Enthusiast
Posts: 759
Joined: Sat Aug 02, 2003 11:22 pm
Location: OR, USA

Post by Dreglor »

I always like controlling and know everything in the game/program so i don't like using pre-built 3d engines, so does any one have a pb 3d example
i like to see it
~Dreglor
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

Dreglor,
look here:
viewtopic.php?t=6307&highlight=3d+engine

Pedro has written his own engine 8)

I am to provide the public with beneficial shocks.
Alfred Hitshock
Dreglor
Enthusiast
Enthusiast
Posts: 759
Joined: Sat Aug 02, 2003 11:22 pm
Location: OR, USA

Post by Dreglor »

woah,
i will a great deal from this thanks fsw
and maybe create one of my own :)
~Dreglor
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

Dreglor wrote:woah,
i will a great deal from this thanks fsw
and maybe create one of my own :)
8)

keep us posted...

I am to provide the public with beneficial shocks.
Alfred Hitshock
Dreglor
Enthusiast
Enthusiast
Posts: 759
Joined: Sat Aug 02, 2003 11:22 pm
Location: OR, USA

Post by Dreglor »

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
~Dreglor
Post Reply