Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Hi all,

I must create an OpenGL project, the subject is creating a kitchen, you must have access into it so it must be 3D, do you have any good resources or samples for my project?

thanks
Posted
Comments
[no name] 12-Jul-13 3:31am    
http://lmgtfy.com/

 
Share this answer
 
Comments
karimkarimkarim 1-Nov-13 12:40pm    
thanks KarstenK
A minimal kitchen is a simple environment, only blocks (straight surfaces).

You want to manually create the scene (i.e. the kitchen) manually with OpenGL calls ?
That can be difficult to realize, you will need a lot of maths and geometry background to do that and a lot of trials and errors.

You want to create the scene in an external software (3d studio max, auto-cad... ) and load and render that scene in your software ?
That is a lot more easier, you need to choose an export format (3ds ? obj, just research that yourselft ) and find some open source code to read the file and from that create your geometry.

After the geometry is created, your need to setup the camera (or view transformation) to be able to walk into the view (just google that).


Good luck.
 
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