项目作者: RonnieNigash

项目描述 :
Renderer with global illumination
高级语言: C
项目地址: git://github.com/RonnieNigash/The-Last-Toy.git
创建时间: 2017-03-12T18:31:55Z
项目社区:https://github.com/RonnieNigash/The-Last-Toy

开源协议:

下载


The-Last-Toy

Renderer with global illumination

How to use

Install

Download latest version of CppUTest (https://github.com/cpputest/cpputest) and follow their Getting Started steps.

  1. git clone https://github.com/RonnieNigash/The-Last-Toy.git
  2. cd The-Last-Toy

Make and Run

  1. make
  2. ./main

Resources for Light Reading

Global Illumination Wiki: (https://en.wikipedia.org/wiki/Global_illumination).

Ray Tracing Wiki: (https://en.wikipedia.org/wiki/Ray_tracing_(graphics)).