aboutsummaryrefslogtreecommitdiff
path: root/src/RaytraceContext.ts
AgeCommit message (Collapse)AuthorFilesLines
2025-07-26Rework multithreaded renderingJames Barnett1-43/+0
Render worker tasks are now split into chunks rather than row blocks for better thread utilisation
2022-01-04Fix specular lighting. Update scene.James Barnett1-0/+5
2022-01-03Implement refractionJames Barnett1-0/+1
2022-01-03Performance optimisationsJames Barnett1-0/+2
2022-01-02Implement multi-threaded renderingJames Barnett1-0/+35