kimziv / oglsuperbible5

GLTools and OpenGL SuperBible (5th Edition) OpenGL超级宝典第五版
41 stars 16 forks source link

Chapter 07: MultiTexture broken on Linux #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The folder for MultiTexture is missing from the Linux folder...

Here are steps to build this example.
Copy the folder Src/Chapter07/MultiTexture to Linux/Chapter07.
Delete the file MultiTexture.cpp from the linux folder.

Download the Makefile and move it to the Linux/Chapter07/MultiTexture folder.

Modify the following line in Src/Chapter07/MultiTexture/MultiTexture.cpp ...
-#include <Stopwatch.h>
+#include <StopWatch.h>

Make and run.

Original issue reported on code.google.com by nag.ra...@gmail.com on 18 Sep 2012 at 8:31

Attachments: