Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 508 Bytes

##Minamo Shader

A simple shader based on path-tracing.

Edit src/minamo.java to change the scene and settings.

image

image

with depth of focus

image

Run:

javac  ./src/* -d ./bin/
java -cp ./bin/ minamo

First time to run:

mkdir ./pictures
mkdir ./bin