Skip to content

minimal raytracing example with a combination of embree and tinyobjloader

License

Notifications You must be signed in to change notification settings

yumcyaWiz/embree-tinyobj-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

embree-tinyobj-example

minimal raytracing example with a combination of embree and tinyobjloader

Requirements

  • CMake (>=3.20)
  • Embree (>=3)
  • OpenMP (Optional)

Build

git submodule update --init
mkdir build
cd build
cmake ..
make

Run

Download .obj from McGuire Computer Graphics Archive and run examples/main.cpp

Structure

Name Description
camera.h ray generation from camera
core.h basic types
image.h image
material.h material
scene.h holding mesh data, ray-scene intersection, loading model

Externals

About

minimal raytracing example with a combination of embree and tinyobjloader

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published