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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# 3D Model Viewer Widget for Cumulocity IoT
2
2
3
-
This is a runtime widget to view a 3D collada model (*.dae) in Cumulocity IoT.
3
+
This is a runtime widget to view a 3D collada model (*.dae, *.obj) in Cumulocity IoT.
4
4
5
5
<imgsrc="/assets/img-preview.png" />
6
6
7
7
### Features
8
8
* Supports measurements from a single device
9
9
* Allows background color customization.
10
10
* Allows to configure realtime device measurement for model movements.
11
-
* Allows to upload custom collada(.dae) model file.
11
+
* Allows to upload custom collada(.dae, .obj) model file.
12
12
13
13
### Installation - for the dashboards using Runtime Widget Loader
14
14
1. Download the latest `3d-model-viewer-widget-{version}.zip` file from the Releases section.
@@ -23,7 +23,7 @@ This is a runtime widget to view a 3D collada model (*.dae) in Cumulocity IoT.
23
23
3. Choose `3d model viewer` widget.
24
24
4.`Title` is the title of widget. Provide a relevant name. You may choose to hide this. Go to `Appearance` tab and choose `Hidden` under `Widget header style`.
25
25
5. Select the `device`.
26
-
6.`Model file(*.dae)` is to upload the model file (*.dae) into inventory binary. Please wait for it to finish the upload.
26
+
6.`Model file(*.dae, *.obj)` is to upload the model file (*.dae, *.obj) into inventory binary. Please wait for it to finish the upload.
27
27
7.`Variables` is to declare variables with a constant value or map them to the realtime device measurement series. Choose Target as None and provide the constant value or choose Target as Device and then select a measurment series.
28
28
8.`Properties` is to define values for the model properties. You can provide a value as an mathematical expression using the variables defined earlier.
29
29
9.`Background color (in hex)` allows you to set a custom background color using the color picker.
0 commit comments