chunky
chunky copied to clipboard
Refactor RenderConfig interface
- renames methods to be more precise
- move render options from ChunkyOptions into separate interface/class (long term goal is to reduce the amount of context which is pushed around for rendering with the RenderManager/RenderContext)
- add customization factories for Rays and WorkerState in TileBasedRenderer (for plugins)