This site requires JavaScript, please enable it in your browser!
Greenfoot back
bbwf
bbwf wrote ...

2013/1/10

How to make 3d games?

bbwf bbwf

2013/1/10

#
Hey guys how do I convert my sprites into 3d for greenfoot?
Game/maniac Game/maniac

2013/1/10

#
lots of skills and awesomeness (something I don't have)
bbwf bbwf

2013/1/10

#
Thanks for that, I really would like to know tho.
Game/maniac Game/maniac

2013/1/10

#
some of the 3D scenarios in this collection have open sources. link
Duta Duta

2013/1/10

#
3D rendering is very difficult. There are actually many different ways to render 3D objects, but for all of them the algorithms are quite complex. If you're wanting to do 3D, Greenfoot isn't really a realistic option. You could try JMonkeyEngine (that was what I used when I first did 3D). If you're wanting to create a 3D rendering engine (I wouldn't personally recommend it, but it's up to you), then Google should help you out with what the algorithms actually are
You need to login to post a reply.