AVGP / three-software-renderer

Universal, in-memory Three.js renderer based on the original THREE.SoftwareRenderer
60 stars 16 forks source link

.applyProjection() has been removed. Use .applyMatrix4( m ) instead. #15

Open jbreckmckye opened 6 years ago

jbreckmckye commented 6 years ago

Three spits out the above warning because the renderer is calling a deprecated method.

How easy is this to fix?