iTowns / itowns

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

Deprecation of WebGL 1.0 support in c3DEngine #2186

Closed Desplandis closed 11 months ago

Desplandis commented 12 months ago

Description

This PR deprecates the WebGL 1.0 support option (through isWebGL2=false) in iTowns and removes the linked documentation and tutorial.

Motivation and Context

Since r153, three.js WebGL 1 support in WebGLRenderer is deprecated and will be removed in r163. This is part of our effort to remove WebGL 1.0 support before three.js r163 release (circa march 2024).

See issue #2152.