I just do sth like panorama,
now I want to paste it to a cylinder so it would be more third dimensional feel,
How can I achieve this in vc?
did I need to learn the complex openGL?
Printable View
I just do sth like panorama,
now I want to paste it to a cylinder so it would be more third dimensional feel,
How can I achieve this in vc?
did I need to learn the complex openGL?
Use gluCylinder() to draw the cylinder, then apply the picture as a texture. If you want a full cylinder use gluDisk() to draw the disks on the ends.
http://cgm.cs.mcgill.ca/~msuder/cour.../tutorial.html
That link should be a good starting point...
thanks, buddy~
I will check it and do sth for a test~