🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Terrain generation

Started by
0 comments, last by RandomHippo 24 years, 1 month ago
Hello, I have implemented a terrain generation application in OpenGL for my university dissertation project. The terrain is generated using functions such as those containing sine or cosine. For example, z = sin x + cosy would give an egg box type shape. By using more complex functions and combining height maps made from different fuctions, all kinds of terrain can be simulated. To see how effective it can be check out my web site: Terrain Generation My Homepage Edited by - RandomHippo on 5/9/00 5:13:00 PM Edited by - RandomHippo on 5/9/00 5:18:26 PM Edited by - RandomHippo on 5/9/00 5:19:31 PM
Advertisement
WOW I'm impressed... I guess that answers my question...
have you ever thought about making some form of game engine using that?
want to add some shadows??

Check out my shadows page
and send me some feedback

Edited by - RandomJon on May 9, 2000 6:21:12 PM
Check out my shadows page and send me some feedback

This topic is closed to new replies.

Advertisement