Lights #19
No reviewers
Labels
No labels
CRITICAL
bug
code quality
commentation
documentation
duplicate
feature
improvement
incomplete
meta
missing
parallelism
performance
pig: 🐖
postponed
structure
testing
urgent
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
neop/raytracer!19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "lights"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added a Light material that emits bright colors like the sky and illuminates it's surroundings.
In addition I refactored the architecture greatly. I did that by adding a Raytracer class with an incredibly simple interface which stores everything needed for rendering a scene.
Some more changes:
neop::global::rneto simplify rng by a massive deal and prevent dataraces on the rne as it is thread_local. And yes, this is the very best and only feasible approach.