I recently designed a basic scene in three.js, however I am facing an issue where it does not seem to work with the canvas renderer, even though it should work correctly.
Here is the code: http://jsfiddle.net/PRkcJ/
The scene only functions properly when I utilize the webGLrenderer. I am puzzled as to why this is the case.
Thank you for any help in advance,