agni 0.1.1

Agni is a pathtracing renderer based on PBR
Documentation
1
2
3
4
5
6
use pest::Parser;
use pest_derive;

#[derive(Parser)]
#[grammar = "io/pbrt.pest"]
struct PbrtParser;