Closed vincentfretin closed 2 years ago
When I say a while ago, it was around aframe 1.2.0 threejs r125, this was already the case https://github.com/supermedium/three.js/blob/super-r125-1/src/geometries/PlaneGeometry.js#L81 so I think this is safe to merge.
Thank you, @vincentfretin!
When you have some time, can you please do a bugfix release with the change? Thanks.
Thanks again, @vincentfretin! Released as version 0.4.1.
Rename
PlaneBufferGeometry
toPlaneGeometry
to remove warning in threejs r144 used in current aframe master.PlaneBufferGeometry
was renamed toPlaneGeometry
a while ago but in threejs r144 they added a warning "THREE.PlaneBufferGeometry has been renamed to THREE.PlaneGeometry.", see https://github.com/mrdoob/three.js/commit/5acd8ce2cfb7fc29b4fde9775e46041ace9bc055If did a similar fix recently in aframe https://github.com/aframevr/aframe/pull/5114