Happy 2022!
Improvements:
- Change the API revision to 1.2
- Allow setting
maxSizeandinnerWidthMultiplierfrom 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
edgeFormto polygons (#50) - Add
vertexNormalsto polygons (#51) - Add
dashedandgapSizeto 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