-
- Downloads
rewrote offscreen buffer (for glx, stubs for cgl and wgl), fixing scene export
added high-level SetOutline interface to gfx obj, added outline func to gfx entity fixed cylindrical helix and flat strand mode (again, perhaps last time) synchronized/fixed ost imports in init_cl.py and base/__init__.py tweaked multisample initialization on QGLWidget added several shortcut properties to gfx::Scene in python wrapper added query aliases for cname (chain) and rtype=ext (rtype=strand) git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2034 5a81b35b-ba03-0410-adc8-b2c5c5119f08
Showing
- modules/gfx/pymod/export_scene.cc 33 additions, 11 deletionsmodules/gfx/pymod/export_scene.cc
- modules/gfx/pymod/glwin_base_proxy.hh 3 additions, 0 deletionsmodules/gfx/pymod/glwin_base_proxy.hh
- modules/gfx/src/CMakeLists.txt 15 additions, 1 deletionmodules/gfx/src/CMakeLists.txt
- modules/gfx/src/bitmap_io.cc 7 additions, 1 deletionmodules/gfx/src/bitmap_io.cc
- modules/gfx/src/entity.cc 8 additions, 9 deletionsmodules/gfx/src/entity.cc
- modules/gfx/src/gfx_node.cc 6 additions, 0 deletionsmodules/gfx/src/gfx_node.cc
- modules/gfx/src/gfx_node.hh 1 addition, 0 deletionsmodules/gfx/src/gfx_node.hh
- modules/gfx/src/gfx_object.cc 6 additions, 0 deletionsmodules/gfx/src/gfx_object.cc
- modules/gfx/src/gfx_object.hh 4 additions, 1 deletionmodules/gfx/src/gfx_object.hh
- modules/gfx/src/glwin_base.hh 4 additions, 0 deletionsmodules/gfx/src/glwin_base.hh
- modules/gfx/src/impl/cartoon_renderer.cc 219 additions, 189 deletionsmodules/gfx/src/impl/cartoon_renderer.cc
- modules/gfx/src/impl/cartoon_renderer.hh 7 additions, 5 deletionsmodules/gfx/src/impl/cartoon_renderer.hh
- modules/gfx/src/impl/cgl_offscreen_buffer.cc 131 additions, 0 deletionsmodules/gfx/src/impl/cgl_offscreen_buffer.cc
- modules/gfx/src/impl/cgl_offscreen_buffer.hh 58 additions, 0 deletionsmodules/gfx/src/impl/cgl_offscreen_buffer.hh
- modules/gfx/src/impl/entity_detail.cc 2 additions, 0 deletionsmodules/gfx/src/impl/entity_detail.cc
- modules/gfx/src/impl/entity_detail.hh 11 additions, 4 deletionsmodules/gfx/src/impl/entity_detail.hh
- modules/gfx/src/impl/entity_renderer.hh 2 additions, 0 deletionsmodules/gfx/src/impl/entity_renderer.hh
- modules/gfx/src/impl/glx_offscreen_buffer.cc 162 additions, 0 deletionsmodules/gfx/src/impl/glx_offscreen_buffer.cc
- modules/gfx/src/impl/glx_offscreen_buffer.hh 62 additions, 0 deletionsmodules/gfx/src/impl/glx_offscreen_buffer.hh
- modules/gfx/src/impl/wgl_offscreen_buffer.cc 32 additions, 0 deletionsmodules/gfx/src/impl/wgl_offscreen_buffer.cc
Loading
Please register or sign in to comment