Check this live site to try the demo.
This is a repo where i push code implementing different ideas and tools to visualize 3D Volume Data.
This project is created with the help of Prof. Dr. Steve Petruzza and Will Usher.
This is a repository where i push code to demonstrate different ideas in Scientific Visualisation. Currently, this repo is hosting the project code of volumetric raycasting. You can read the article explaning the idea and code in icodeeveryday.com.
- API- WebGL 2.O (OPENGL ES 3.O)
- Shading Language - GLSL ES 3.O
- Rendering Technique- Volumetric ray casting (Single-Pass)
- Camera - Perspective Camera
- Controller - ArcBall (using quaternions)
- Bounding Box - Axis-Alligned Bounding Box (AABB)
JS file webgl_lint.js included in index.html is a library developed by Gregg Tavares which is very useful tool for debugging specially for GLSL.