Difference between revisions of "HanProgressReport"

From Immersive Visualization Lab Wiki
Jump to: navigation, search
(Daily Progress)
 
(75 intermediate revisions by one user not shown)
Line 1: Line 1:
=== June/12/08 ===
 
 
==== To do ====
 
==== To do ====
 
----
 
----
* change multichannel (RGB) read to three single channel reads
+
* multi-volume support
** integrate shader program
+
** user interface - need to be able to manipulate one volume at a time
** use different file format
+
** mesh generation - generating a mesh for multivolumes under one constraint - memory size
* update SVN repository with the current version
+
** rendering - multi-volume rendering
 +
*** new rendering algorithm: need to manage multi bricks overlaps with several bricks!
  
 +
* bytesPerChannel
 +
* XML configuration
 +
* Modify downsampler
 +
** buffered read/write
 +
* clean up makefiles/configuration for virvo
 +
----
 +
 +
==== Daily Progress ====
 +
# [[HanProgressReportNov08|Nov 08]]
 +
# [[HanProgressReportSep08|Sep 08]]
 +
# [[HanProgressReportAugust08|August 08]]
 +
# [[HanProgressReportJuly08|July 08]]
 +
# [[HanProgressReportJune08|June 08]]
  
==== Done ====
 
 
----
 
----
* implement texture pools
+
[[Mipmapped_Volume_Rendering|project page]]
** use glTexImage2D for initialization and glTexSubImage2D for update
+
** pool management, issue/reclaim a texture name
+
** tested on 2D and 3D testsets
+

Latest revision as of 14:39, 31 October 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!
  • bytesPerChannel
  • XML configuration
  • Modify downsampler
    • buffered read/write
  • clean up makefiles/configuration for virvo

Daily Progress

  1. Nov 08
  2. Sep 08
  3. August 08
  4. July 08
  5. June 08

project page