Skip to content

Commit e091bff

Browse files
authored
Update release-notes.txt
1 parent f6e1ee1 commit e091bff

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

ReleaseNotes/release-notes.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
*** PointCloud Viewer & Tools for Unity ***
22

3+
v2.80
4+
5+
- Note: Upgraded to Unity 2019.4
6+
7+
- Added: V3 viewer, Loader thread count setting (2-16) can help loading small tiled clouds faster https://github.com/unitycoder/UnityPointCloudViewer/issues/109#issuecomment-1752012364
8+
- Added: V3 viewer, Clamp max tile point count for all tiles or nearby vs further away (helps if you data has few dense spots and you dont want to filter whole cloud with external tools) https://github.com/unitycoder/UnityPointCloudViewer/issues/107
9+
- Added: DrawWireSphere helper method into PointCloudTools.cs
10+
- Added: Viewerstats script. Displays visible tile & point count and total point count (attach script to gameobject, assign references to viewer and UI text)
11+
- Added: Visualize culling spheres to ViewerStats (press "N") *Requires Gizmos enabled in gameview **Works only in editor, for debugging
12+
- Added: Visualize tile bounds to ViewerStats (press "B") *Requires Gizmos enabled in gameview **Works only in editor, for debugging
13+
- Added: Public GetVisibleTileCount, GetCullingSpheres, GetVisiblePointCount, GetAllTileBounds, InitIsReady, GetLoadQueueCount, RunGetPointsInsideBoxThread, GetPointsInsideBox methods into v3 viewer
14+
- Added: External licenses info https://github.com/unitycoder/UnityPointCloudViewer/wiki/Licenses
15+
- Added: Brekel new public methods & info https://github.com/unitycoder/UnityPointCloudViewer/wiki/View-Brekel-Point-Cloud-Pro-.bin-files#api-public-methods
16+
- Added: Initial format comparison table https://github.com/unitycoder/UnityPointCloudViewer/wiki/Compare-Formats *still work in progress
17+
18+
- Fixed: RandomCloudGenerator can now generate different combinations of clouds at the same time (previously couldnt create v2 and pts etc.)
19+
- Fixed: Added missing namespaces to some scripts
20+
21+
- Changed: Update public methods info: https://github.com/unitycoder/UnityPointCloudViewer/wiki/V3-Tiles-Format#api-public-methods
22+
23+
Latest updates/issues:
24+
- https://github.com/unitycoder/UnityPointCloudViewer/issues
25+
26+
*-----------------------------------------------------------------------*
27+
28+
*** PointCloud Viewer & Tools for Unity ***
29+
330
v2.70
431

532
- Feature: Binary converter, allow external file selection (so that you dont need to copy point cloud files inside Assets/ folder)

0 commit comments

Comments
 (0)