v1.0.0
Breaking changes
-
textureproperty renamed tomap. This brings it inline with three.js. -
color-terrain-modelcomponent replaced with an example. The related D3 and custom shader deps have been removed.
Changes
-
Updated to A-Frame v1.0.4. a402929
-
zPositionupdates now re-scale the terrain mesh rather than re-compute vertex positions. -
Resources (geometry, material, textures) are more intelligently created, updated, and disposed.
-
Events have been added: demLoaded, textureLoaded, and positionBufferUpdated. The names of these events may change.
-
--sslflag removed fromdevscript. This was added accidentally by #13 -
Remove Color Demo. The Noctis Colored demo is enough. ad5b8e0
-
An alphaMap example has been added.
