domme / VoxelConeTracing

An implementation of the "Voxel Cone Tracing" global illumination technique proposed by Cyril Crassin (http://perso.telecom-paristech.fr/~eisemann/publications/Crassin2011VoxelGlobalPG/VoxelGI_EG-pg2011-sub.pdf)
GNU General Public License v3.0
166 stars 31 forks source link

Problems with the project configuration #1

Closed Libaier closed 11 years ago

Libaier commented 11 years ago

I git the whole project but I can't find the KoRE project in the solution directory. I download the KoRE project here(https://github.com/KoRE0/KoRE) and complied it with the cmake.But I still have problems after I linked the KoRE project to your project(I can't find the file named "TextureBuffer.h" in the KoRE project).So can you email me your whole project?Thx.

domme commented 11 years ago

Hi! Currently the version you can get from Github lacks some external dependencies (GLEW, ASSIMP) and model- and texture files. And yes, you also need KoRE as another dependency. I recommend checking out my own KoRE-fork instead of the KoRE0 one.

This project is still in its early development stages. We will make proper CMake files and .zip-downloads for the external dependencies in the next weeks. Until then, you can download my local project folder here: http://www.dropbox.com/s/tl4puoggo9yohjp/VoxelConeTracing.zip

greetings, Dominik

Libaier commented 11 years ago

I have solved the problem by following your advice. Thx.

Libaier

Hungerman commented 10 years ago

Hi! I meet the same problems as Libaier , but I could not download file from "http://www.dropbox.com/s/tl4puoggo9yohjp/VoxelConeTracing.zip ", Could you send to my email sbmbeng@foxmail.com thank you very much!

andychenyy1029 commented 10 years ago

I have the same problems as Libaier, and the link blow "http://www.dropbox.com/s/tl4puoggo9yohjp/VoxelConeTracing.zip " becomes invalid. Could you please share the project again, thank you!

bagobor commented 10 years ago

Other implementation: http://www.naixela.com/alex/

andychenyy1029 commented 10 years ago

bagobor Thank you!

domme commented 10 years ago

I'm sorry for my late response. Currently the project is in a somewhat suspended mode but I'll try to fix the project setup asap. Currently I'm working on a replacement for the underlying KoRE engine and a new implementation of VCT, but that will take a while.... I can provide you with a precompiled version of the project you should be able to just execute: https://www.dropbox.com/s/7vzxft6yx0haeu8/VoxelConeTraceDemo.zip