Coder Social home page Coder Social logo

dedoardo / terra Goto Github PK

View Code? Open in Web Editor NEW
8.0 1.0 0.0 1.98 MB

Monte Carlo Path Tracer - C

License: MIT License

C 67.65% C++ 27.59% Objective-C 3.13% CMake 0.66% Python 0.16% CSS 0.14% HTML 0.02% GLSL 0.02% Objective-C++ 0.46% Batchfile 0.07% Makefile 0.10% Shell 0.01%
c header-only montecarlo pathtracer c99

terra's Introduction

Terra

Commits are here.
This is a mirror.

Features

  • Monte Carlo unidirectional integrator
  • Accelerators (BVH, KD-tree)
  • BSDF presets:
    • Diffuse (importance sampled cosine weighted)
    • Microfacet layered CT glossy (importance sampled)
    • Glass (RR reflection/refraction)
    • Easy to add custom
  • Texturing and HDR environment mapping
  • Multiple importance sampling (direct light sampling)
  • Russian Roulette for path termination
  • Antialiasing via random sub-pixel jittering
  • Multithread ready (see Satellite viewer)
  • Incremental rendering
  • Multiple (local) tonemapping operators (Linear, Reinhard, Filmic & Uncharted2)

Sample Renderings

Stanford dragon ~300k triangles (BSDF: Glass)

Specs

Disclamer 8 worker threads are used in addition to the main thread, this is not an optimal scenario. Machine: Intel Core i7-2600 @ 3.40GHz - Windows 10 Pro x64 Worker threads: 8 (1 per virtual core)

Stats
  • terra_trace() ~4.2 ns
  • Total Throughput ~ 1'670'000 spp

PBR Wood log (Textures: albedo/roughness/metalness) ~16k triangles (BSDF: Diffuse + Microfacet Specular)

Stanford bunny ~70k triangles (BSDF: Diffuse + Microfacet Specular)

terra's People

Contributors

dedoardo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.