Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Nov 14, 2016
Jan 8, 2017
src
May 2, 2018
Nov 21, 2016
Nov 29, 2016
Mar 29, 2017
Apr 15, 2017

README.md

Giraffe: Distributed Monte Carlo Path Tracer

English Version of README

Author Build License

Giraffe 是一个拥有自己的路径追踪语言的分布蒙特卡洛路径追踪器,采用C++11/14实现。

它的中文名字是长颈鹿

已升级为离线渲染库Zebra


Giraffe


特点

  • 多种表面的BRDF(diffuse,reflect,refract,glossy,specular...)
  • 全局光照
  • 蒙特卡洛积分(Uniform Sampling,Stratified Sampling)
  • 分布式路径追踪
  • Russian Roulette
  • 纹理
    • Solid Texture(砖块,圆点,图像)
    • Procedural Texture(Perlin Noise,格子,条纹)
    • Cellular Texture(Worley Noise)
  • 反走样
  • 景深
  • 光源(点光源,方向光,区域光,纹理光)
  • 物体(平面,三角形,球,四棱柱,圆柱,圆盘)
  • 加速数据结构
    • BVH
      • AABB (Axis-Aligned Bounding Box)
      • DOP (Discrete Oriented Polytopes)
  • Giraffe路径追踪语言

反射折射

砖块纹理

景深

Puppy

Bear


如果你有兴趣尝试一下Giraffe

在Linux环境下进入src目录然后 make && ./Giraffe puppy 4
puppy是文件名,scene文件夹里所有文件都可以
4是采样数,默认为1,还可以是8, 16...
另外你需要有头文件png.h以及支持C++11/14的编译器,若不能支持C++14,将Makefile里的参数14改为11

About

Distributed Monte Carlo Path Tracer 分布蒙特卡洛路径追踪器

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.