|
1 | 1 | *** PointCloud Viewer & Tools for Unity *** |
2 | 2 |
|
| 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 | + |
3 | 18 | v1.91 |
4 | 19 |
|
5 | 20 | - Added: Support for .PCD Ascii file format v0.7 *for color, only single value is supported, not separate R G B yet |
|