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.Vector3
s. Changelog