sidshekar / oglsuperbible5

Automatically exported from code.google.com/p/oglsuperbible5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter07 CubeMapped example in Linux

GoogleCodeExporter opened this issue · comments

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

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