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

2012/4/8

The Third Dimension

Razzo Razzo

2012/4/8

#
How difficult would it be to implement the third dimension into Greenfoot, if so, How would I do it? I thought of OpenGL. but is there any easy way to start?
Duta Duta

2012/4/8

#
Sorry to disappoint but if you're looking to build the engine yourself, its hard.
danpost danpost

2012/4/9

#
Actually, the location and size of the object are the easier parts of what you need to do. The hard part is having each object painted in the correct order so that they block the views of each other properly. Good luck with that! @Razzo, this last part should not appear on the Home page. If you are there, post a 'Thanks', I will include the source to The Maze Factory, and as soon as you have it, post a 'Thanks again!', and I will remove the source.
Razzo Razzo

2012/4/9

#
Thanks :D
Builderboy2005 Builderboy2005

2012/4/9

#
I have managed to get 3D working in Greenfoot, and you can check out the fruits of my labor Here, Here, and Here! All the engines were written from scratch however, and OpenGL was not used, making it a challenge to get everything running smoothly and fast, but it is definitely possible :)
Razzo Razzo

2012/4/9

#
Just looked at it, Looked really smooth and all :) Opened the code, 0.0, Way too difficult for me D:
You need to login to post a reply.