Skip to content

Commit 8885521

Browse files
authored
Update release-notes.txt
1 parent 0dba0c1 commit 8885521

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ReleaseNotes/release-notes.txt

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

3+
v1.92
4+
- Added: PCD header binary checking (as only ascii .pcd is supported)
5+
- Added: PLY header binary checking (as only ascii .ply is supported)
6+
- Added: "BinaryViewerDX11-LoadNewCloud.scene" (Example scene for loading new cloud with script)
7+
- Added: Example point cloud data file "StreamingAssets/sample2.bin" from http://graphics.stanford.edu/data/3Dscanrep/ (used in the "LoadMultipleDX11CloudsThreaded.scene")
8+
9+
- Fixed: Multiple PLY importer bugs (CloudCompare Normals order, header parsing)
10+
- Fixed: Multiple LAS importer bugs (Missing colors, unused arrays)
11+
- Fixed: Shader error in 2017.x https://github.com/unitycoder/UnityPointCloudViewer/issues/37
12+
13+
See latest updates/issues here:
14+
https://github.com/unitycoder/UnityPointCloudViewer/issues
15+
16+
*-----------------------------------------------------------------------*
17+
318
v1.91
419

520
- Added: Support for .PCD Ascii file format v0.7 *for color, only single value is supported, not separate R G B yet

0 commit comments

Comments
 (0)