Dayflower PT is a simple Path Tracer written in Java.
To clone this repository, you can type the following in Git Bash.
git clone https://github.com/macroing/Dayflower-PT.git
- 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
- Bullseye
- Checkerboard
- Clear Coat
- Disney
- Fourier
- Glass
- Glossy
- Matte
- Metal
- Mirror
- Phong
- Plastic
- Substrate
- Translucent
- Uber
- Cone
- Cylinder
- Disk
- Hyperboloid
- Paraboloid
- Plane
- Polygon
- Rectangle
- Rectangular Cuboid
- Sphere
- Torus
- Triangle
- Blend
- Bullseye
- Checkerboard
- Constant
- Dot Product
- Function
- Image
- Marble
- Polka Dot
- Simplex Fractional Brownian Motion
- Surface Intersection Point
- Surface Normal
- Texture Coordinates (UV)
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.