Artwork > Finished Works and Works in Progress
anim8or game team effort
almost cool:
--- Quote from: TheCodedOne on August 22, 2008, 04:36:58 pm ---Almost Cool
lol I bow down to you master of the script. :)
--- End quote ---
I hope that was sarcasm. :-[
--- Quote from: TheCodedOne on August 22, 2008, 04:36:58 pm ---3d Joe and generally
--- End quote ---
???
we need to do this civilized.
pm the one you want to me and first one to get 3 votes wins!
3D Joe Wiltshire:
I meant no disrespect, i myself had never seen a game made with it, but i'm highly defensive with lua, i agree, on it's own, it'd be hard to make a 3d game.
And votes aren't the way to go, how 'bout we list up pros and cons of each?
The Great Noob:
My Computer isn't wanting to run panda3d so i can't learn it.
I also agree with 3D Joe, we should do a pros and cons list
almost cool:
i think so too lets do it.
almost cool:
Panda 3d
pros
__________________________________________________________________________
lighting/shader system.
used to make disaster response scenarios for firefighter/police training.
seems to support high poly...oh just see for yourself.http://panda3d.org/showss.php?page=0&shot=ssg-antarean/antarean5
terranim8or type greyscale-to heightmap type thing.
cons
__________________________________________________________________________
well,check this out.
self.environ = loader.loadModel("models/arena2.egg")
self.environ.reparentTo(render)
self.environ.setPos(0,0,0)
course = self.environ.find('**/Plane')
course.setCollideMask(BitMask32.bit(1))
Wall = self.environ.find('**/Wall')
Wall.setCollideMask(BitMask32.bit(0))
Wall.hide()
self.Doll = Actor("models/VoodooDoll",
{"run":"models/VoodooDoll-runcycle",
"stand":"models/VoodooDoll-walk"})
That was only a third of the code to make a charachter walk up and down hills.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version