Skip to content

evancheng1006/SimpleRayTrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SimpleRayTrace

https://github.com/evancheng1006/SimpleRayTrace

Motivation

POV-ray, a virtual scene synthesizer based on ray tracing, does not accept camera models with distortion coefficients. Therefore I want to write a simple renderer that supports distortion coefficients. The camera models here are from OpenCV.

Summary

This project contains two versions: Python and C++. For the cpp version, the renderer synthesizes a virtual scene using the provided functions in SimpleRayTrace.h.

To build the project, you need to run cmake . and then make within the cpp folder. It also requires libcnpy and OpenCV to run the example.

This project does not implement the real ray-tracing algorithm. Instead, at most one reflection of a ray is computed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published