This repository has been archived by the owner on Aug 16, 2018. It is now read-only.
forked from Sensebloom/OSCeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved the viewer window. Played a bit with coordinate normalization.
- Loading branch information
Tony Gonçalves
committed
Feb 1, 2011
1 parent
cc9c3e9
commit bc4db43
Showing
7 changed files
with
785 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#ifdef WIN32 | ||
#include <windows.h> | ||
#include "gl\glut.h" | ||
#else | ||
#include <GL/glut.h> | ||
#endif | ||
|
||
extern int window; | ||
|
||
#include "viewer.h" |
Oops, something went wrong.