Hi Thank you all for your reply's.
Basically i want to develop the rotation and translate of cube based on the pressing of arrow keys.
Based on the arrow key pressed the cube will rotate...
Type: Posts; User: Ravikishore
Hi Thank you all for your reply's.
Basically i want to develop the rotation and translate of cube based on the pressing of arrow keys.
Based on the arrow key pressed the cube will rotate...
Hi all,
I wants to create a game using OpenGL with C++. The link below shows the flash game. I am eager to create this in 3D using OpenGL with C++. Please give me some Ideas regarding this.
...
Hi,
I am newbie to this, i am very much interested to learn coding in C++ using OpenGL. Please give me some suggestion whether it will good or any other way for coding easily. what is the...
Hi,
please Help me Regarding Multi-Texturing.
I sent the code which i did for single image texture on the Cylinder surface.
I have to place more than one image on the Cylinder.SO...
Hi,
Sorry for Late reply.
Thank you very much for your replying.
I am trying to do multitexturing on the cylinder(which is made up of polygons)surface.
i am not able to place multiple...
Hi sir,
I have a question please answer me ..
I am trying to do multitexturing on the cylinder(made up of polygons)surface.
I am able to place single texture image on the cylinder...
Hi,
I am pleased for your replying.
I downloaded the images and executed the code which is there in above post.
The output i am getting is posted in below Link please check it.
...
Hi,
Thank you So much for replying.
I uploaded the glewinfo.txt file. please download from the below link.
http://www.2shared.com/file/10949945/2900306d/glewinfo.html
What will be the...
Hi,
I am pleased for replying.
I tried twice, using "glewinfo" command but it is displaying the same information which is there in previous post.
I am thankful for your reply.
Hi,
Sorry for Late reply and Thank you for replying.
The information of glew is pasted in the below link, Please check it.
http://www.2shared.com/file/10885944/1a7d81e7/infoglee.html
i am...
Hi,
Thanks for replying.
The first output code which you pasted above is giving the Runtime message as below :
<div class="ubbcode-block"><div class="ubbcode-header">Click to reveal.. <input...
Hi,
Thank You for replying.
I am currently working on virtual machine(Ubuntu) on my window system.
The version of VM is : 2.5.3 build-185404
and i installed Devil, GL libraries as you...
Hi,
Thanks for the replying.
The code which is executing in my system is posted below :
#include <GL/glew.h>
#include <GL/glut.h>
Hi,
Thank you so much for the reply.
Now i am getting the cylinder(Like an arc) with image rotating on that.
In that arc like cylinder only logo.jpg is displaying and logo2.jpg is...
Hi,
Thank you for replying.
I uploaded the images as logo.jpg, logo2.jpg, logoM.jpg , but after uploading to imageShack, the names of the files are getting changed while downloading. i checked...
Hi,
Thank you so much for your reply.
I am sending the link where i uploaded my textures as below :
http://img40.imageshack.us/gal.php?g=aptp.jpg
I am thankful for your reply ..
Hi,
Thank you so much for your reply.
I executed the above code by removing all the commands except the below :
//LoadImageDevIL ("/localhome/user/Temp/sample/bird.bmp", &logo);
But the...
Hi,
I happy for completing vacation.. i pasted the above problem in advance forums, but i dint the replies . so please help me from this problem .
I am thankful for your reply.
Hi,
Thank you so much for your help.
i need to scale texture images which are there on the cylinder surface.i,e the image which is on the viewer side should be look like larger and the...
Hi,
please send me the example of how to texture a cylinder with multiple images.
i don't know how to place multiple images on the surface of the cylinder.
please guide me.. it will help me...
Hi,
How to place images on the surface of the Cylinder ? Those images should look like side by side .
I know how to place one below the other on the surface of the cylinder ?
i mean how...
Hi,
Thank you very very much for your ideas. i got more information from you.
Happy Vacation.
Hi,
Thank you so much.i got the idea how to place images one after the other.
The above code is placing the images one after the other. But the thing is those two images are overlapping...
Hi,
Thank you so much for helping me,
Is it possible to give values for (X1,Y1)(X2,Y2)(X3,Y3)(X4,Y4) as (1,1)(-1,1)(-1,-1)(1,-1) for first image and (2,1)(1,1)(1,-1)(2,-1)for second image...
Hi,
I am really happy to see 4 images on cylinder with little bit good clarity.You Helped me a lot, Thank you so much.
I placed one more image by placing lower right coordinates as below :
...