Giter VIP home page Giter VIP logo

volume_path_tracer's Introduction

Volume Path Tracer (Final)

Group Member: Ruan Hang, Yijin Guo, Yuhao Wang

Summary

In this project, we will build a volumetric path tracer that can handle scattering and absorption inside participating media inside lajolla. We will split the development into 5 steps and build 5 volumetric path tracers. Each has more features than the previous ones.After complementing the renderer, we introduce the atmospheric medium to simulate the natural phenomenon.Then we render some scene files for the simulation of sunrise and generate a video for it.

Build

Use CMake to build.

mkdir build
cd build
cmake ..
cmake --build .

It requires compilers that support C++17 (gcc version >= 8, clang version >= 7, Apple Clang version >= 11.0, MSVC version >= 19.14).

Run

To render a single file,

bash run.sh -i <input_file.xml> [-o file_name]
# example: bash run.sh -i ./scenes/volpath_test/volpath_test1.xml -o test1 => get a rendered result "text1.exr"

To generate a video,

bash animation.sh <scene_folder>

This will output a video output.mp4.

Resources List

Volumetric Path Tracing - Jan Novák,liyan Georgiev,Johannes Hanika,Jaroslav Křiváne, Wojciec

Monte Carlo methods for physically based volume rendering

Display of The Earth Taking into Account Atmospheric Scattering

Precomputed Atmospheric Scattering

volume_path_tracer's People

Contributors

bachili avatar yijinguo avatar alstonxiao avatar jerx2y avatar jf514 avatar averydreaming avatar ken2576 avatar weichenliu avatar th3charlie avatar tonyzyt2000 avatar arthur-x avatar cjkkkk avatar yashbelhe 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.