Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upRender Arnold's scene description #55
Comments
wahn
added
the
enhancement
label
Aug 22, 2018
wahn
self-assigned this
Aug 22, 2018
This comment has been minimized.
This comment has been minimized.
|
Since commit 41e8b7c we can read and use the parsed > ./target/release/examples/parse_ass_file -s 128 -i assets/ass/cornell_box.ass
FILE = assets/ass/cornell_box.ass
search_directory is /mill3d/users/jan/git/github/rs_pbrt/assets/ass
5174 bytes read
...
Writing image "pbrt.png" with bounds Bounds2 { p_min: Point2 { x: 0, y: 0 }, p_max: Point2 { x: 500, y: 500 } }BTW the |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Since commit d67d8fa we support We still miss |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



wahn commentedAug 22, 2018
I started to implement a parser, which can read Arnold's .ass (Arnold Scene Source) files:
Currently (since commit 15e69c0) it renders using path tracing and a default matte material everywhere:
This issue keeps track of the progress ...