Now that we have every sphere with Texture, now we are going to produce the rotation animation. There is rotation aroung the larger object, and around their own Axis...
We can work with the Translatef and Rotatef, in a determined order, for represent both rotations... Read More
We are going to put the Sphere Textures in every single sphere, the bigger sphere is going to use a different Texture
[flickr id="6131899883" thumbnail="medium" overlay="true" size="medium" group="" align="none"] Read More
We had found a good code to put a Texture in a sphere, but it doest work with glutSolidSphere, it seems to work with gluSphere(), and with Cuadrics, this is our first try in put texture in individual planet...
[flickr id="6132441562" thumbnail="medium" overlay="true" size="medium" group="" align="none"] Read More
We´re looking how to pass from an image int the PC and Tranform it in a Texture for the Spheres.
We´ve already found a Code, but it seem to work only for BMP images, but we are going to use it anyway.
We compiled the code, and it seems that the function created is creating the Desired Texture.
Now we are Looking for codes that can paste the textures in the spheres Read More