ravenSanstete / oglsuperbible5

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

Chapter07 CubeMapped example in Linux #48

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The CubeMapped example in Chapter07 is missing some files under the Linux 
folder.

First, make fails because we are missing SkyBox shader files. Once these are 
copied, the program does not display anything... thats because the pos_x and 
pos_y tga files are also missing. The program also does not throw an error when 
it fails to find the tga files.

Copy the following files from Src/Chapter07/CubeMapped to 
Linux/Chapter07/CubeMapped

pos_x.tga
SkyBox.fp
pos_y.tga
SkyBox.vp

Now you are good to go...

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

GoogleCodeExporter commented 8 years ago
Adding the word cubemap to this chain so it shows up in search for "cubemap".

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