vasturiano / globe.gl

UI component for Globe Data Visualization using ThreeJS/WebGL
https://vasturiano.github.io/globe.gl/example/world-population/
MIT License
1.97k stars 293 forks source link

Three.js TextGeometry version bump #209

Closed morandd closed 1 week ago

morandd commented 3 weeks ago

Chrome debug inspector is throwing these warnings: THREE.TextGeometry: .height is now depreciated. Please use .depth instead

This change was documented in the THREE r162 -> r163 migration guide: https://github.com/mrdoob/three.js/wiki/Migration-Guide

vasturiano commented 1 week ago

Thanks @morandd, this is now fixed!