julee / oglsuperbible5

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

Chapter09 hdr_bloom does not show bloom on Linux #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The hdr_bloom files, just like the other examples in this chapter, are missing 
from the Linux folder. To make it work...
1. Follow the directions in this other issue to install OpenEXR... 
http://code.google.com/p/oglsuperbible5/issues/detail?id=52 

2. Download the attached makefile and move it to Linux/Chapter09/hdr_bloom 
folder.

3. Copy other files from VisualStudio2008/Chapter09/hdr_bloom to the 
Linux/Chapter09/hdr_bloom folder.

4. Modify Src/Chapter09/hdr_bloom/hdr_bloom.cpp... replace "GL\glu.h" by 
"GL/glu.h" and "marble.bmp" by "Marble.bmp"

Make and run the hdr_bloom program.

Changing the brightness with up/down keys works. However, changing the bloom 
level with the left/right keys fails. There is no discernible change in the 
bloom level.

What version of the product are you using? On what operating system?
Ubuntu 10.04

Original issue reported on code.google.com by nag.ra...@gmail.com on 21 Sep 2012 at 2:44

Attachments:

GoogleCodeExporter commented 9 years ago
My mistake... this issue of the bloom and the missing makefile has already been 
addressed in issue #2. I failed to search for this issue before reporting it.

Original comment by nag.ra...@gmail.com on 21 Sep 2012 at 10:37