Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 281 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 281 Bytes

VolumeRendering

Inspired by https://github.com/RolandR/VolumeRayCasting, some tests using ray casting in Java.

All implementations are single-pass.

Tests:

  • ray casting onto surface of cube
  • ray casting onto fullscreen quad
    • using fragment shader
    • using compute shader