You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aardium/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "PRo3D",
3
3
"productName": "PRo3D.Viewer",
4
-
"version": "5.1.2",
4
+
"version": "5.3.0-prerelease1",
5
5
"description": "PRo3D, short for Planetary Robotics 3D Viewer, is an interactive 3D visualization tool to allow planetary scientists to work with high-resolution 3D reconstructions of the Martian surface.",
6
6
"license": "AGPL",
7
7
"copyright": "VRVis Zentrum für Virtual Reality und Visualisierung Forschungs-GmbH",
static memberslope_=((fun(self: AnnotationResults)-> self.slope),(fun(value: Microsoft.FSharp.Core.float)(self: AnnotationResults)->{ self with slope = value }))
183
186
static membertrueThickness_=((fun(self: AnnotationResults)-> self.trueThickness),(fun(value: Microsoft.FSharp.Core.float)(self: AnnotationResults)->{ self with trueThickness = value }))
184
187
static memberverticalThickness_=((fun(self: AnnotationResults)-> self.verticalThickness),(fun(value: Microsoft.FSharp.Core.float)(self: AnnotationResults)->{ self with verticalThickness = value }))
188
+
static memberarea_=((fun(self: AnnotationResults)-> self.area),(fun(value: Microsoft.FSharp.Core.float)(self: AnnotationResults)->{ self with area = value }))
0 commit comments