Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

zadacka/mcs_multipass_vtk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello, and welcome the Alex's VTK Rift project.

To build the code, you will need to have VTK 5.10. 
...the exact version number is specified in the CMakeLists.txt
...VTK 6.x won't work due to deprecation of key functions

If the dependencies are met, then you should be ready to go!

Please use an out-of-source build as follows:
mkdir build && cd build
cmake .. 
make 

You will find that the executable in ./build/src:
cd src/
./main


Other things to note:
* btain.vtk content is huge, so has been removed. 
* the shaders currently require GLSL 440 / OpenGL4.4
* current build works on Ubuntu 14.4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages