Skip to content

kinakomoti-321/Raytracing_With_Embree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raytracing_With_Embree

CPU raytracer using Embree 3.0

Image1 Image2 Image3 Image3 Image3 Image3

Build

This program use Embree 3.0 API. Install Embree from offcial site, and unzip that and put to /external directory.

Embree

mkdir build
cd build
cmake ..
make

If you can not compile by this command and get the error aboud find_package, change cmake command to

cmake -Dembree_DIR=./external/embree-3.13.3.x86_64.linux/lib/cmake ..

References

About

CPU raytracer using Embree 3.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages