Skip to content

Commit

Permalink
gltf parameters updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MargrietGroenendijk committed Mar 28, 2023
1 parent 6a8513a commit 5bad289
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions pybabylonjs/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@
"inspector": None,
"color_scheme": None,
"z_scale": None,
"gltf_data": None,
"topo_offset": None,
"classes": {"numbers": [], "names": []},
"time_offset": None,
"distance_colors": None,
"mesh_rotation": [None, None, None],
"mesh_shift": [None, None, None],
"mesh_scale": [None, None, None],
"gltf_multi": False,
"point_shift": [None, None, None],
"rgb_max": None,
"bbox": None,
Expand Down
6 changes: 0 additions & 6 deletions src/widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,9 @@ export class BabylonPointCloudView extends BabylonBaseView {
colorScheme: this.values.color_scheme,
data: this.values.data,
zScale: this.values.z_scale,
gltfData: this.values.gltf_data,
topoOffset: this.values.topo_offset,
classes: this.values.classes,
timeOffset: this.values.time_offset,
distanceColors: this.values.distance_colors,
meshRotation: this.values.mesh_rotation,
meshShift: this.values.mesh_shift,
meshScale: this.values.mesh_scale,
gltfMulti: this.values.gltf_multi,
source: this.values.source,
pointShift: this.values.point_shift,
rgbMax: this.values.rgb_max,
Expand Down

0 comments on commit 5bad289

Please sign in to comment.