red orange yellow green blue pink

Integrantes del grupo

miércoles, junio 8th, 2011
PETER ARCENTALES [flickr id="5810542087" thumbnail="thumbnail" overlay="true" size="small" group="" align="none"] JUAN ROMERO [flickr id="5811108280" thumbnail="thumbnail" overlay="true" size="small" group="" align="none"] VICTOR ZAMBRANO [flickr id="5811108572" thumbnail="thumbnail" overlay="true" size="medium" group="" align="none"] Read More

Spheres Dissapeared

domingo, junio 5th, 2011
THe spheres are already fixed in their planes, now the problem, is when we rotate with glRotatef(), to the back of the sun, the spheres dissapeares (get out from the visible plane)... now we are looking what we have to do for this problem...  Read More

Meeting to begin to draw 3d spheres

domingo, junio 5th, 2011
In Friday June 3, we meet in a house, to begin with the project. We´ve found a very goo manual in Spanish that explains how to start your "First OpenGL figures".,.. form this we´ve learned so much, for example what is the purpose of the glPushMatrix() y glPopMatrix(), which are very important when you want to draw several spheres in the screen... Read More

gluPerspective() and glViewport()

domingo, junio 5th, 2011
We´ve searched in a OpenGL manual what gluPerspective() does, we also look something about glViewport(): Well, gluPerspective has 4 arguments:
fovy.- Specifies the field of view angle, in degrees, in the y direction.
aspect.- Specifies the aspect ratio that determines the field of view in the x direction. The aspect ratio is the ratio of x (width) to y (height).
zNear.- Specifies the distance from the viewer to the near clipping plane (always positive).
zFar.- Specifies the… Read More

Problemas para que salga la imagen en 3D

sábado, junio 4th, 2011
Estamos buscando como slucioner el problema para que las imagenes no salgan en 2d, y den la ilusion de estar en 3D... Estamos trabajando con las funcion glViewport() y gluPerspective()... Read More

COMIENZO DE BLOG EN COMPUTER GRAPHICS 1

sábado, junio 4th, 2011
Se empieza la bitacora de la clase de Computer Graphics ... We´ve already a laptop ready with all we need in order to begin programming the project, We´ve installed the Visual Studio and all the libraries of gl and glut... Read More