bgfx/examples/18-ibl
cancel e34fdb4893 Fix issues with example 18-ibl's shaders.
Change vs_ibl_skybox.sc to correctly use radians instead of degrees when
specifying field-of-view. Additionally, use u_viewRect to find the correct
aspect ratio of the viewport, instead of hard-coding to 4/3.

Change fs_ibl_skybox.sc, fixing a number of small issues and mistakes. These
mistakes would lead to incorrect lighting results, especially with metallic
materials at glancing angles.

This commit does not include the rebuilt .bin output of shaderc for these
shaders.
2016-07-16 17:05:15 +09:00
..
fs_ibl_mesh.sc Fix issues with example 18-ibl's shaders. 2016-07-16 17:05:15 +09:00
fs_ibl_skybox.sc Cleanup. 2016-02-28 19:52:15 -08:00
ibl.cpp 18-ibl fixes. (#824) 2016-06-27 08:54:29 -07:00
makefile Updated makefiles. 2016-02-29 19:58:17 -08:00
screenshot.png Updated screenshots. 2016-02-29 20:57:45 -08:00
uniforms.sh Redone 18-ibl example. It's now using textures that are filtered with cmft. 2016-02-29 01:15:12 +01:00
varying.def.sc Added 18-ibl example. 2014-02-14 07:50:19 +01:00
vs_ibl_mesh.sc Redone 18-ibl example. It's now using textures that are filtered with cmft. 2016-02-29 01:15:12 +01:00
vs_ibl_skybox.sc Fix issues with example 18-ibl's shaders. 2016-07-16 17:05:15 +09:00