Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@IceCreamYou IceCreamYou released this 06 Jul 09:48
· 3 commits to gh-pages since this release
562488f

Upgrades Three.js support to r130. All geometry is now expected to be BufferGeometry. If you only use the built-in THREE.Terrain functionality, you likely will not need to update any code. However if you wrote custom generators/filters/etc., those now take a Float32Array of the geometry plane's Z-positions instead of an array of THREE.Vector3s. Changelog