Attempting to showcase a sphere using three.js, but encountering issues when rendering with canvasRenderer due to the appearance of grey lines on the sphere.
View the code here: http://jsfiddle.net/jzpSJ/
See the screenshot here:
However, when rendering with the webGL renderer in Opera Next, the result is less than desirable.
Check out the code in Opera Next here: http://jsfiddle.net/jzpSJ/1/
View the screenshot in Opera Next here:
Interestingly, the sphere renders correctly in Google Chrome.
Any assistance would be greatly appreciated.