Object on terrain

Just starting out? Need help? Post your questions and find answers here.
Pacman
New User
New User
Posts: 5
Joined: Thu Feb 03, 2005 9:27 pm
Location: Yugoslavia

Object on terrain

Post by Pacman »

How to put object on terrain....I want to put tank(made in 3DS)on terrain...For terrain I use source code from "Examples" directory terrain.pb

Please help...
User avatar
kenmo
Addict
Addict
Posts: 2033
Joined: Tue Dec 23, 2003 3:54 am

Post by kenmo »

I don't know much about PB's 3D, but you need to make it a .mesh file and use the entity commands to load and control it.
Pacman
New User
New User
Posts: 5
Joined: Thu Feb 03, 2005 9:27 pm
Location: Yugoslavia

Post by Pacman »

I know that....but how to make .mesh file with 3D Studio Max
User avatar
kenmo
Addict
Addict
Posts: 2033
Joined: Tue Dec 23, 2003 3:54 am

Post by kenmo »

That I can't help you with...
olejr
Enthusiast
Enthusiast
Posts: 152
Joined: Sun Jul 11, 2004 7:48 pm
Location: Lillehammer, No(r)way
Contact:

Post by olejr »

I think there are some kind of converter over at http://www.ogre3d.org
Problem is that you need an old one, because PB currently is a bit behind
on the 3D side. And the mesh format has changed..

EDIT: Maybe you will find something here: http://sourceforge.net/project/showfile ... e_id=54011
Think you need one of the first versions.. ie 0.10-0.12
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

The PB_Irrlicht engine can load many types (3ds) included, without any conversion. Theres a link on the purearea.net website.
Post Reply