Skip to content

Latest commit

 

History

History
67 lines (30 loc) · 2.87 KB

CHANGELOG.md

File metadata and controls

67 lines (30 loc) · 2.87 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.10 (2024-04-05)

0.2.1 (2020-06-04)

0.2.2 (2020-09-28)

0.1.9 (2020-03-16)

0.1.8 (2020-03-04)

0.1.7 (2019-12-09)

0.1.6 (2019-11-25)

0.1.5 (2019-09-30)

0.1.4 (2019-08-15)

Bug Fixes

  • free more memory and prevent infinite loop when doing so (437ebea)

0.1.3 (2019-08-07)

Bug Fixes

  • lru: collect all the nodes to remove and then remove them in one go (4dcd3d4)

0.1.2 (2019-08-07)

Bug Fixes

  • clipping of nodes when CLIP_OUTSIDE is set (#45) (cf72aeb)
  • point-cloud-material: define MAX_POINT_LIGHTS and MAX_DIR_LIGHTS (#40) (3d3306e)
  • pointcloud.vert: use snake_case for max_clip_boxes (#42) (6a39757)

0.1.1 (2019-04-03)

Bug Fixes

  • point-cloud-material: define MAX_POINT_LIGHTS and MAX_DIR_LIGHTS (#40) (3d3306e)

0.1.0 (2019-04-02)

Features

  • point-cloud-octree: add pixelPosition and onBeforePickRender to pick params (#36) (0369286)

0.0.19 (2019-04-01)

Bug Fixes

  • material: prevent warnings about unused varyings (#38) (1e74717)