Skip to content

Modelisation5ETI/TP6_RayTracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Raytracing


CMake Build instructions


  • Out-of-source build :
git clone [email protected]:Modelisation5ETI/TP6_RayTracing.git && \
mkdir TP6_RayTracing-build && cd TP6_RayTracing-build  && \
cmake ../TP6_RayTracing  && \
make -j

  • QtCreator :
git clone [email protected]:Modelisation5ETI/TP6_RayTracing.git  && \
mkdir TP6_RayTracing-build && cd TP6_RayTracing-build  && \
qtcreator ../TP6_RayTracing

Then configure project using QtCreator API :

  • Set the build directory to TP6_RayTracing-build/
  • Run CMake and build project

Implementation


spheres

./Raytracing

The current implementation generates images in the build directory. TODO: -make it real time using GPU -Raytrace a mesh

Releases

No releases published

Packages

No packages published