-
- Downloads
rewrote quad buffer handling; dng requires explicit -S or --stereo flag to try...
rewrote quad buffer handling; dng requires explicit -S or --stereo flag to try and allocate stereo visual; if successful, stereo mode 1 will work without explicit switching of glformat in qwidget (which was broken and deprecated) mapped glcanvas ctrl-0 to shadow toggling and ctrl-9 to ambient occlusion toggling fused interlaced and quad based stereo to nearly the same code (2 lines different), incorporating deferred shading into both stereo modes added experimental ambient occlusion algorithms; added experimental ambient occlusion quality added shadow map weighting renamed GfxObjBase::Outline and GfxObjBase::AALines to SetOutline and SetAALines, resp git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/branches/new_gfx@2247 5a81b35b-ba03-0410-adc8-b2c5c5119f08
Showing
- modules/gfx/pymod/export_gfx_obj.cc 15 additions, 2 deletionsmodules/gfx/pymod/export_gfx_obj.cc
- modules/gfx/pymod/export_scene.cc 2 additions, 1 deletionmodules/gfx/pymod/export_scene.cc
- modules/gfx/pymod/glwin_base_proxy.hh 3 additions, 1 deletionmodules/gfx/pymod/glwin_base_proxy.hh
- modules/gfx/src/gfx_object.cc 2 additions, 2 deletionsmodules/gfx/src/gfx_object.cc
- modules/gfx/src/gfx_object.hh 2 additions, 2 deletionsmodules/gfx/src/gfx_object.hh
- modules/gfx/src/gfx_object_base.hh 2 additions, 2 deletionsmodules/gfx/src/gfx_object_base.hh
- modules/gfx/src/glwin_base.hh 1 addition, 1 deletionmodules/gfx/src/glwin_base.hh
- modules/gfx/src/impl/scene_fx.cc 17 additions, 3 deletionsmodules/gfx/src/impl/scene_fx.cc
- modules/gfx/src/impl/scene_fx.hh 2 additions, 0 deletionsmodules/gfx/src/impl/scene_fx.hh
- modules/gfx/src/scene.cc 80 additions, 74 deletionsmodules/gfx/src/scene.cc
- modules/gfx/src/scene.hh 6 additions, 4 deletionsmodules/gfx/src/scene.hh
- modules/gfx/src/shader.cc 3 additions, 3 deletionsmodules/gfx/src/shader.cc
- modules/gfx/src/shader/scenefx_fs.glsl 3 additions, 3 deletionsmodules/gfx/src/shader/scenefx_fs.glsl
- modules/gfx/src/surface.cc 19 additions, 100 deletionsmodules/gfx/src/surface.cc
- modules/gui/pymod/export_gosty.cc 1 addition, 0 deletionsmodules/gui/pymod/export_gosty.cc
- modules/gui/src/gl_canvas.cc 5 additions, 8 deletionsmodules/gui/src/gl_canvas.cc
- modules/gui/src/gl_canvas.hh 1 addition, 1 deletionmodules/gui/src/gl_canvas.hh
- modules/gui/src/gl_win.cc 47 additions, 13 deletionsmodules/gui/src/gl_win.cc
- modules/gui/src/gl_win.hh 1 addition, 1 deletionmodules/gui/src/gl_win.hh
- modules/gui/src/gosty_app.cc 4 additions, 3 deletionsmodules/gui/src/gosty_app.cc
Loading
Please register or sign in to comment