jalberse / RayTracingInOneWeekendInRust

Ray Tracing In One Weekend, in Rust
1 stars 0 forks source link

Add USD Support - Scene Descriptions #53

Open jalberse opened 1 year ago

jalberse commented 1 year ago

Add support for using (at least a subset of) the Universal Scene Description file format as the input for the ray tracer.

jalberse commented 1 year ago

USD is a big thing so this is not a simple ticket. There also don't seem to be any ready-to-go crates for parsing USD. And, it's not like our ray tracer can handle everything that a USD defines, so what to do in those situations. But, maybe one day...