peterbraden / rays.rust

A rust implementation of a raytracer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scenefile Refactor

peterbraden opened this issue · comments

  • Pass serde objects directly to constructors and let them do their own deserialization.

  • Extract global params (image size etc) before parsing objects (allow proper timing of object parsing)