Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 035e7f0

Browse filesBrowse files
authored
Update release-notes.txt
1 parent a188b17 commit 035e7f0
Copy full SHA for 035e7f0

File tree

1 file changed

+28
-0
lines changed
Filter options

1 file changed

+28
-0
lines changed

‎ReleaseNotes/release-notes.txt

Copy file name to clipboardExpand all lines: ReleaseNotes/release-notes.txt
+28Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
*** PointCloud Viewer & Tools for Unity ***
22

3+
v2.30
4+
5+
- Feature: (V3) Load Tiles On Demand (previously all tiles were loaded into memory, now it only loads them when they become visible, and with needed amount of points, then reloaded if need more points)
6+
- Feature: (V3) Distance Priority Loader (Load tiles near player first, previously it started loading tiles based on the distance to 0,0,0)
7+
- Feature: (V3) Adjustable GPU Upload Rate (Reduce or eliminate spikes during loading and initialization)
8+
- Feature: (V3) Added public GetVisibleTileCount() and GetVisiblePointCount() methods to V3 viewer (see example script ViewerStats.cs)
9+
- Feature: (V3) Added global tile resolution (visible_points*this_value=new amount) *Note: Camera needs to be rotated around to refresh tiles
10+
- Feature: (V3) Added global point size multiplier (original_pointsize*this_value=new size) *Note: Camera needs to be rotated around to refresh tiles, Requires separate shader which has SizeMultiplier property (PointCloudColorSizeDX11v2b.mat)
11+
- Feature: (V3) Added optional ForceGC checkbox (calls GC.Collect() after file operations, to release some temporary arrays, helps more when using NativeArrays in 2019.x)
12+
- Feature: (V3) Added support for Packed Colors (Use CommandLine LAS converter to generated packed color data)
13+
- Feature: (V3) Added support for NativeArrays (Allows disposing memory for far away tiles. Requires Unity 2019.1 or later)
14+
15+
- Added: PointCloudColorSizeDX11v3-packed.mat and shader (to be used with v3 packed color data)
16+
- Added: Link to github wiki documentation page
17+
- Added: Random cloud generator: add .PTS format, cleanup UI
18+
19+
- Changed: Moved some wip/experimental DX11 shaders under PointCloudTools\Shaders\DX11\Extras\
20+
- Changed: Moved some wip/experimental Mesh shaders under PointCloudTools\Shaders\Mesh\Extras\
21+
22+
- Fixed: Obsolete/Deprecated warnings in 2018.x/2019.x https://github.com/unitycoder/UnityPointCloudViewer/issues/67
23+
- Fixed: (V3) Tiles not visible until rotate camera https://github.com/unitycoder/UnityPointCloudViewer/issues/66
24+
- Fixed: Mesh Converter not saving meshes if used [x] split to grid https://github.com/unitycoder/UnityPointCloudViewer/issues/70
25+
26+
Latest updates/issues:
27+
- https://github.com/unitycoder/UnityPointCloudViewer/issues
28+
29+
*-----------------------------------------------------------------------*
30+
331
v2.20
432

533
- Feature: Add new tiles binary format (v3) (allows displaying huge point clouds using point lod system *Consider this as a "beta" feature)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.