Skip to content

Commit 59b0a45

Browse files
authored
Update README.md
1 parent df0d5c3 commit 59b0a45

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1-
# cpp_volume_rendering2
2-
Structured volume rendering using OpenGL, trying to reproduce some past proposed illumination techniques.
1+
## C++ Volume Rendering
2+
3+
A volume rendering application with different techniques, trying to be as similar as possible to the results from each paper. Any contribution is welcome!
4+
5+
### Project settings
6+
7+
---
8+
9+
* Developed using Visual Studio cmake extension (2017, 2019).
10+
11+
* Using C++ and GLSL
12+
13+
* Uses glew, freeglut/glfw and glm
14+
15+
* Supported Volumes: .raw, .pvm and .syn
16+
17+
* Supported Transfer Functions: 1D Piecewise linear .tf1d

0 commit comments

Comments
 (0)