Difference between revisions of "2015 Summer Project Week:Volume rendering with DCMJS and THREEJS"

From NAMIC Wiki
Jump to: navigation, search
Line 19: Line 19:
 
* Implement a JS DICOM parser.
 
* Implement a JS DICOM parser.
 
* Create 3D textures "polyfill" in Fragment Shader.
 
* Create 3D textures "polyfill" in Fragment Shader.
* Use generated models for volume rendering.
+
* Implement Volume Rendering with THREEJS.
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">

Revision as of 08:59, 22 June 2015

Home < 2015 Summer Project Week:Volume rendering with DCMJS and THREEJS

Key Investigators

  • Nicolas Rannou
  • Steve Pieper

Project Description

Objective

  • Simulate 3D texture in the GLSL shader.
  • Implement a basic volume rendering of DICOM data.

Approach, Plan

  • Implement a JS DICOM parser.
  • Create 3D textures "polyfill" in Fragment Shader.
  • Implement Volume Rendering with THREEJS.

Progress