inventordave
Junior Member

https://github.com/inventordave/rt-dt
Posts: 71
|
Post by inventordave on Mar 3, 2021 1:44:10 GMT
I have created YAML file support, but because of the boundless ways one can describe a scene in YAML, I am struggling to find YAML files in the format my raytracer supports! Basically, my YAML Parser parses *most* YAML files (I used a 3p library to convert the YAML file to an object), but my function for converting the YAML object to a scene expects a specific format: -add, and -define, NO subsections for -pattern
Can anyone post some YAML files that match this structure?
-add
-define
No further recursion for "pattern"...
I shall continue to develop my YAML flow, but really I'd like to see some 3p scenes, so if anyone's got any in the simplest format possible, that'd be great...
Just a thought, thanks...
Dave.
|
|