Skip to content

TheHugeManatee/Volume_Rendering_Using_GLSL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##volume rendering using ray casting algorithm ##

  • This project is a demo to implement the volume rendering using Raycasting algorithm with modern OpenGL API and the shading language glsl.
  • Written in C++ but in C style, just to explain the notation of Raycasting algorithm.
  • To compile it, you need MinGW and Gnu Make and g++, only support Windows platform currently, it would be trivial to port to Linux platform.
  • Dependencies: OpenGL4.0 and newer versions, glew, freeglut and glm, already included in this repo. If there is something wrong, maybe you need to compile the libs yourself.
  • It is a two pass solution of the Raycasting algorithm.
  • Just make in the command line to compile it.
  • screenshot

Screenshot

references:

Volume Data Source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 52.5%
  • C++ 47.4%
  • Other 0.1%