We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5d6296 + fc994f7 commit eb5d999Copy full SHA for eb5d999
examples/js/renderers/RaytracingRenderer.js
@@ -1,6 +1,6 @@
1
/**
2
* RaytracingRenderer renders by raytracing it's scene. However, it does not
3
- * 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.
4
* The workers compute the pixel values and this renderer simply paints it to the Canvas.
5
*
6
* @author zz85 / http://github.com/zz85
0 commit comments