Status
Not open for further replies.

bhushan2k

Genius in making mistakes
hi guys...we wanna make a project in c++ by using openGL concepts in computer graphics subject...i dont know nything about opengl....plz help me outta this prob...plz suggest some tutorials for d same...we jst want to display any 3d moving or rotating object only...plz suggest some video tutorials too if possible...thnx...

(chindhi 5 marks ka proj...:x)

kindly regards....
 

lilovirus

Broken In
Hi,
for using open gl in your VC project you need to have open gl library (SDK).
steps for open gl graphics.

1) Init the view port
2) set your cordinates
3) draw your object matrix
4) manipulate object matrix using transform matrix to rotate the object.
5) swap your buffer with display to render it on screen.

I hope you get help from my 2 cents.
 

dheeraj_kumar

Legen-wait for it-dary!
Search for opengl tutorials in google. If all you wanna do is rotate an object, you have source code available for you, just search around for it.
 

Vivek788

In the zone
just came about and found ur post..we had been doing a project using c++ on ray tracing on clusters..but we used file approach..because opengl was tough ..but its worth and i am going to learn..check out my bookmarks at *delicious.com/vivek788/opengl Hope this helps..and you make some useful stuff..enjoy ;)
 
Status
Not open for further replies.
Top Bottom