iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.06k stars 290 forks source link

feat: Remove WebGL1 support #2313

Closed Desplandis closed 3 months ago

Desplandis commented 3 months ago

Description

This PR removes WebGL1 support. This is a consequence of the removal of WebGL1 support in the upcoming release r163 of three.js (see Migrating Guide r162-r163).

Changes in this PR:

Closes #2152.