This release is mainly a compatibility update for Scala-2.9.0.final
along with some minor tweaks and improvements.
*** Simplex3D Math 1.2 ***
Simplex3D Vector Math DSL resembles GLSL and contains a complete set
of functions to work with 2D and 3D graphics.
http://code.google.com/p/simplex3d/wiki/VectorMathDSL
Changes:
- Vector super types have been reworked and 1-dimensional vectors
have been added as PrimitiveRefs.
- SimplexNoise can now be seeded.
*** Simplex3D Data 1.2 ***
Simplex3D Data Binding API allows simplified access to geometry data
and textures.
http://code.google.com/p/simplex3d/wiki/DataBindingAPI
Changes:
- Added conversion methods for Contiguous sequences.
- Several small performance improvements.