Skip to content

Commit

Permalink
Added volume rendering example script found on the net. No data is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Gerhard committed Mar 31, 2011
1 parent ce9cd13 commit 33a37ff
Show file tree
Hide file tree
Showing 4 changed files with 785 additions and 1 deletion.
11 changes: 10 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,13 @@ g) make creating a new actor very simple (just assumes some minor knowledge of o
h) interacting with everything on the screen ( we have already a pickray system and some collision detection)
k) have some neat cameras

l) shaders, physics and machine learning additions
l) shaders, physics and machine learning additions

# need to install in fresh ubuntu
python-dev
cython
freeglut3-dev (2.6.0-0ubuntu2)
glutg3 (3.7-25)
glutg3-dev (3.7-25)
libglut3 (3.7-25)

3 changes: 3 additions & 0 deletions scratch/volrendering/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This is I rather short script for volume rendering i found here:
http://www.siafoo.net/snippet/142
http://www.siafoo.net/snippet/122
Loading

0 comments on commit 33a37ff

Please sign in to comment.