summaryrefslogtreecommitdiff
path: root/racer-tracer/src/render.rs
AgeCommit message (Collapse)Author
2023-01-19💚 Add CI workflowsSakarias Johansson
2023-01-17📜 Add config supportSakarias Johansson
2023-01-16🎨 Add dialectric materialSakarias Johansson
2023-01-13✨ Add realtime previewSakarias Johansson
- Preview quality is crude but works good enough. - Add scaling to render function. This helps to make the preview faster because we can use the same result for several pixels. - You can move around the camera a bit with wasd, super basic. - Press R to start/stop rendering the scene.