FelixZhang00 / oglsuperbible5

Automatically exported from code.google.com/p/oglsuperbible5
0 stars 0 forks source link

No makefiles for Chapter 7's texture example on Linux #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The examples are: MultiTexture, TexturedTriangle and TextureRect

Original issue reported on code.google.com by rafge...@gmail.com on 1 Dec 2010 at 9:55

GoogleCodeExporter commented 8 years ago
Steps to fix the TextueRect example follow...

Copy folder Src/Chapter07/TextureRect to Linux/Chapter07.
Delete SphereWorld.cpp from that folder.

Download and move attached makefile to Linux/Chapter07/TextureRect.
If you run make now, you will see many errors...
Download and move attached SphereWorld.cpp to Src/Chapter07/TextureRect (Src 
and not Linux)

Run make followed by ./TextureRect

Original comment by nag.ra...@gmail.com on 18 Sep 2012 at 6:18

Attachments:

GoogleCodeExporter commented 8 years ago
Also, the above attached SphereWorld.cpp should continue to work fine with 
Windows / OSX builds.

Original comment by nag.ra...@gmail.com on 18 Sep 2012 at 6:37