Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
I want a OpenGL program to draw a windmill and some hills.
Can any body help me with this?
Posted

1 solution

Firstly buy its 3dmax model from here :
http://www.turbosquid.com/Search/Index.cfm?keyword=windmill&x=0&y=0[^]

or make a simple one yourself then search for a (free) library to load the 3Dmax model; There are also other 3D formats and loaders. There are already some 3DMax loaders in C++ and Delphi.

Then for creating some hills you need NURBS.
http://fly.cc.fer.hr/~unreal/theredbook/chapter11.html[^]

After providing all of those try put them together.

Hope it helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900