Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/js/renderers/RaytracingRenderer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* RaytracingRenderer renders by raytracing it's scene. However, it does not
* compute the pixels itself but it hands off and coordinates the taks for workers.
* compute the pixels itself but it hands off and coordinates the tasks for workers.
* The workers compute the pixel values and this renderer simply paints it to the Canvas.
*
* @author zz85 / http://github.com/zz85
Expand Down