macroing / Dayflower-PT

A simple Path Tracer written in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dayflower PT

Dayflower PT is a simple Path Tracer written in Java.

alt text

Getting Started

To clone this repository, you can type the following in Git Bash.

git clone https://github.com/macroing/Dayflower-PT.git

Supported BXDFs

  • Ashikhmin Shirley BRDF
  • Disney Clear Coat BRDF
  • Disney Diffuse BRDF
  • Disney Fake SS BRDF
  • Disney Retro BRDF
  • Disney Sheen BRDF
  • Fourier BXDF
  • Fresnel Blend BRDF
  • Fresnel Specular BXDF
  • Lambertian BRDF
  • Lambertian BTDF
  • Oren Nayar BRDF
  • Specular BRDF
  • Specular BTDF
  • Torrance Sparrow BRDF
  • Torrance Sparrow BTDF

Supported Materials

  • Bullseye
  • Checkerboard
  • Clear Coat
  • Disney
  • Fourier
  • Glass
  • Glossy
  • Matte
  • Metal
  • Mirror
  • Phong
  • Plastic
  • Substrate
  • Translucent
  • Uber

Supported Shapes

  • Cone
  • Cylinder
  • Disk
  • Hyperboloid
  • Paraboloid
  • Plane
  • Polygon
  • Rectangle
  • Rectangular Cuboid
  • Sphere
  • Torus
  • Triangle

Supported Textures

  • Blend
  • Bullseye
  • Checkerboard
  • Constant
  • Dot Product
  • Function
  • Image
  • Marble
  • Polka Dot
  • Simplex Fractional Brownian Motion
  • Surface Intersection Point
  • Surface Normal
  • Texture Coordinates (UV)

Dependencies

Note

This library has not reached version 1.0.0 and been released to the public yet. Therefore, you can expect that backward incompatible changes are likely to occur between commits. When this library reaches version 1.0.0, it will be tagged and available on the "releases" page. At that point, backward incompatible changes should only occur when a new major release is made.

About

A simple Path Tracer written in Java

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%