1 / 6

Cs 490 graphics computer

Cs 490 graphics computer . Lecture 1: Introduction. OpenGL . Lecture Outlines :. Required software : Microsoft Visual studio Express 2012 Required Librar y : Opengl (glut) Download from here : http ://www.4shared.com/zip/D_0q-bHDba/glut-376-bin__1_.html.

taya
Télécharger la présentation

Cs 490 graphics computer

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Cs 490 graphics computer Computer Science Department Lecture 1: Introduction

  2. OpenGL

  3. Lecture Outlines : Required software : Microsoft Visual studio Express 2012 Required Library : Opengl (glut) Download from here : http://www.4shared.com/zip/D_0q-bHDba/glut-376-bin__1_.html

  4. How to install Opengl (glut) in visual 2012 ?

  5. glut-3.7.6-bin • First Copy the glut.h to : C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\GL • Next copy the glut32.lib to : C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib

  6. Last step copy glut32.dll to following folder depending on 32-bit operating system or 64-bit operating system: a) For 32-Bit operating system copy glut32.dll to 'C:\Windows\System32\ b) For 64-Bit operating system copy glut32.dll to 'C:\Windows\SysWOW64\

More Related