Skip to content

Happy 2022!

Choose a tag to compare

@TiagoCavalcante TiagoCavalcante released this 31 Dec 13:00

Improvements:

  • Change the API revision to 1.2
  • Allow setting maxSize and innerWidthMultiplier from the translation layer. This was only possible to use with the "ES6 module" version of the library
  • Allow setting a custom extent (#52)
  • Update three.js to r136

New features:

  • Add edgeForm to polygons (#50)
  • Add vertexNormals to polygons (#51)
  • Add dashed and gapSize to lines (#55)

Internals:

  • Convert all materials to ShaderMaterial/RawShaderMaterial (#53)
  • Move some shaders to shader.js (#54)
  • Replace BoxGeometry with the lower-level BufferGeometry (#56)

Documentation:

  • Move the documentation to this repository and make it more interactive