Skip to content

Pure CPU direct volume rendering algorithm written in JAVA (volume raycasting)

Notifications You must be signed in to change notification settings

browarsoftware/directvolumerenderingcpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure CPU direct volume rendering algorithm (volume raycasting)

Author: Tomasz Hachaj

This is a alt text.

Run file DirectVolumeRendering.java

Code has following features:

  • No 3rd party library,
  • Multithreaded computing,
  • Mouse - based interface with quaternion rotations,
  • Fully CPU,
  • Support transfer function RGB+transparency,
  • Phong lighting (ambient + diffuse).

There is no pixel interpolation or gradient smoothing.

If you have questions, concerns, remarks contact author: Tomasz Hachaj.

Have a nice day! =)

Releases

No releases published

Packages

No packages published

Languages