Alberto Vega - Graficacion
Ingenieria en Sistemas Computacionales. Instituto Tecnológico De Matamoros.
Mi Juego en Python
Descarga :
Google Drive
Entrada antigua
Página Principal
Mi Juego en Python
Descarga : Google Drive
Python 3D | Triangulo
import pygame from pygame.locals import * from OpenGL.GL import * from OpenGL.GLU import * verticies = ( (1, -1, -1), (1, 1, -1)...
Python 3D | Cubo
import pygame from pygame.locals import * from OpenGL.GL import * from OpenGL.GLU import * verticies = ((1, -1, -1),(1, 1, -1),(-1, 1, -...