Difference between revisions of "HanProgressReport"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
Line 1: Line 1:
 
 
==== To do ====
 
==== To do ====
 
----
 
----
Line 18: Line 17:
 
* svn commit for new vvGLSL
 
* svn commit for new vvGLSL
  
 +
[[HanProgressReportJuly08|July 08]]
 
[[HanProgressReportJune08|June 08]]
 
[[HanProgressReportJune08|June 08]]
 
=== July/02/2008 (Wed) ===
 
----
 
writing vvVirTexRendMngr, vvVirTexRend class, rewriting BrickManager
 
 
==== Done ====
 
* add new interface for multi volume management
 
 
=== July/01/2008 (Tue) ===
 
----
 
writing vvVirTexRendMngr and vvVirTexRend class
 
==== Done ====
 
* restructuring data structures to support multi volumes
 
  
 
[[Mipmapped_Volume_Rendering|project page]]
 
[[Mipmapped_Volume_Rendering|project page]]

Revision as of 14:20, 2 July 2008

To do


  • multi-volume support
    • user interface - need to be able to manipulate one volume at a time
    • mesh generation - generating a mesh for multivolumes under one constraint - memory size
    • rendering - multi-volume rendering
      • new rendering algorithm: need to manage multi bricks overlaps with several bricks!
    • new class structures? like in virvo/multirend
    • time-series multivolume rendering - need to handle multi timesteps
  • brick prefetching for multi volumes
  • change # of slices according to brick size, the larger a brick, the more slices. - we're already doing this, figure out why there's intensity difference
  • Modify downsampler
    • buffered read/write
  • bytesPerChannel
  • parameterization of meshing constant
  • XML configuration - wait for Jurgen to ask whether or not covise system has its own parser. If not, I'll use any of opensource xml parsers, which support DOM spec.
  • svn commit for new vvGLSL

July 08 June 08

project page