Advertisement

OpenGL e VB

Started by April 19, 2000 11:25 AM
-1 comments, last by Promag 24 years, 7 months ago
Hi! Iam converting opengl to Visual Basic. If anyone want my files or give help to finish the work email-me. Its very nice. p.e.: - glClear GL_COLOR_BUFFER_BIT Or GL_DEPTH_BUFFER_BIT - glLoadIdentity - glRotatef 30#, 0#, 0#, 10# - glBegin GL_QUADS - glColor4f 1#, 1#, 0#, 0.5 - glVertex3i -5, -5, 5 - glVertex3i -5, 5, 5 - glVertex3i 5, 5, 5 - glVertex3i 5, -5, 5 - glEnd - Swap Bye PROgrammer Edited by - Promag on 4/19/00 11:30:06 AM

This topic is closed to new replies.

Advertisement