We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6746f40 commit 88361f7Copy full SHA for 88361f7
MainWindow.xaml.cs
@@ -30,7 +30,7 @@ namespace PointCloudConverter
30
{
31
public partial class MainWindow : Window
32
33
- static readonly string version = "04.05.2025";
+ static readonly string version = "18.05.2025";
34
static readonly string appname = "PointCloud Converter - " + version;
35
static readonly string rootFolder = AppDomain.CurrentDomain.BaseDirectory;
36
Readers/E57.cs
@@ -154,7 +154,7 @@ public Color GetRGB()
154
return default;
155
}
156
157
- public byte GetIntensity()
+ public ushort GetIntensity()
158
159
var i = currentPointIndex - 1;
160
if (currentChunk?.Intensities != null && i >= 0 && i < currentChunk.Intensities.Length)
0 commit comments