Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

CSCI441 Library Helper Functions and Classes

License

NotificationsYou must be signed in to change notification settings

jpaoneMines/csci441

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCI441 OpenGL Library GitHub Repo

CSCI441 Library Documentation

This library is intended to be used with OpenGL for CSCI441 at the ColoradoSchool of Mines but can be used with any OpenGL application.

When building your application, this library must be compiled and linked against:

The OpenGL and GLFW libraries must be previously built and installed on your machine. The corresponding header files are included with this distribution for proper compilation, but proper linking is left to the user to ensure success.

Example Programs:

To build, run

make examples

then run one of the following programs:

  • ./bin/hudcamera: user can select which of the CSCI441 3D Objects to display using SimpleShader3 for diffuse illumination and OpenGL3DEngine for an Arcball camera. The currently selected object shape is displayed in the lower corner via a Heads-Up Display Camera
  • ./bin/simpleobjects3: user can select which of the CSCI441 3D Objects to display using SimpleShader3 for diffuse illumination and OpenGL3DEngine for an Arcball camera
  • ./bin/simpletri2: displays a rotating triforce on the screen using SimpleShader2 and OpenGLEngine

[8]ページ先頭

©2009-2025 Movatter.jp