You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
I am in need of adding Thee.CanvasRenderer to my project but I just saw that it is not available on your list of add ons? Why is it so? Do you plan on adding it soon?
The text was updated successfully, but these errors were encountered:
Both CanvasRenderer and Projector are not included for now because the Three.js code already attaches those names to the THREE object, thus resulting in an error when the plugin tries to override it.
Not exactly an error, but my code does not run if i keep this line: import './CanvasRenderer'; // or Projector
If i take it out, it will throw the deprecated warning. THREE.CanvasRenderer has been moved to /examples/js/renderers/CanvasRenderer.js
My issue is that my code should be able to run on browsers that do not support webgl, so I though on using CanvasRenderer instead of default WebGLRenderer in these cases, but, apparently, it won't work anyway. I'll give a try on the webpack as mentioned here.
I am in need of adding Thee.CanvasRenderer to my project but I just saw that it is not available on your list of add ons? Why is it so? Do you plan on adding it soon?
The text was updated successfully, but these errors were encountered: