-
- Downloads
shader refactoring
refactored some shader code, mostly geared towards the fast sphere functionality, but also simplified and cleaned up some code in shader.cc
Showing
- modules/gfx/src/CMakeLists.txt 6 additions, 7 deletionsmodules/gfx/src/CMakeLists.txt
- modules/gfx/src/impl/cpk_renderer.cc 38 additions, 91 deletionsmodules/gfx/src/impl/cpk_renderer.cc
- modules/gfx/src/impl/cpk_renderer.hh 7 additions, 1 deletionmodules/gfx/src/impl/cpk_renderer.hh
- modules/gfx/src/impl/fast_spheres.cc 121 additions, 0 deletionsmodules/gfx/src/impl/fast_spheres.cc
- modules/gfx/src/impl/fast_spheres.hh 60 additions, 0 deletionsmodules/gfx/src/impl/fast_spheres.hh
- modules/gfx/src/shader.cc 121 additions, 177 deletionsmodules/gfx/src/shader.cc
- modules/gfx/src/shader.hh 8 additions, 8 deletionsmodules/gfx/src/shader.hh
- modules/gfx/src/shader/basic_hf_vs.glsl 0 additions, 43 deletionsmodules/gfx/src/shader/basic_hf_vs.glsl
- modules/gfx/src/shader/basic_lf_fs.glsl 0 additions, 13 deletionsmodules/gfx/src/shader/basic_lf_fs.glsl
- modules/gfx/src/shader/basic_lf_vs.glsl 0 additions, 87 deletionsmodules/gfx/src/shader/basic_lf_vs.glsl
- modules/gfx/src/shader/fast_sphere_fs.glsl 3 additions, 32 deletionsmodules/gfx/src/shader/fast_sphere_fs.glsl
- modules/gfx/src/shader/fast_sphere_vs.glsl 0 additions, 33 deletionsmodules/gfx/src/shader/fast_sphere_vs.glsl
- modules/gfx/src/shader/fraglight_fs.glsl 1 addition, 46 deletionsmodules/gfx/src/shader/fraglight_fs.glsl
- modules/gfx/src/shader/fraglight_vs.glsl 8 additions, 3 deletionsmodules/gfx/src/shader/fraglight_vs.glsl
- modules/gfx/src/shader/material_hemi.glsl 18 additions, 0 deletionsmodules/gfx/src/shader/material_hemi.glsl
- modules/gfx/src/shader/material_phong.glsl 51 additions, 0 deletionsmodules/gfx/src/shader/material_phong.glsl
- modules/gfx/src/shader/material_toon1.glsl 10 additions, 14 deletionsmodules/gfx/src/shader/material_toon1.glsl
- modules/gfx/src/shader/material_toon2.glsl 12 additions, 15 deletionsmodules/gfx/src/shader/material_toon2.glsl
- modules/gfx/src/shader/toon_vs.glsl 0 additions, 19 deletionsmodules/gfx/src/shader/toon_vs.glsl
Loading
Please register or sign in to comment