Giter Site home page Giter Site logo

giraffe's Introduction

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

giraffe's People

Contributors

uncp avatar choleraehyq avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.