Skip to content

Commit

Permalink
Fix: trigger redraw on update to Node#origin #787
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Dec 9, 2021
1 parent 40d3118 commit 62a7595
Show file tree
Hide file tree
Showing 11 changed files with 8,991 additions and 141 deletions.
Binary file added assets/images/geolocation_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/models/gltf/RiggedFigure/RiggedFigure0.bin
Binary file not shown.
2,645 changes: 2,645 additions & 0 deletions assets/models/gltf/RiggedFigure/scene.gltf

Large diffs are not rendered by default.

2,894 changes: 2,894 additions & 0 deletions assets/models/ifc/IfcOpenHouse2x3.ifc

Large diffs are not rendered by default.

2,894 changes: 2,894 additions & 0 deletions assets/models/ifc/IfcOpenHouse4.ifc

Large diffs are not rendered by default.

350 changes: 282 additions & 68 deletions dist/xeokit-sdk.cjs.js

Large diffs are not rendered by default.

340 changes: 271 additions & 69 deletions dist/xeokit-sdk.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/xeokit-sdk.min.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/xeokit-sdk.min.es.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/viewer/scene/nodes/Node.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ class Node extends Component {
for (let i = 0, len = this._children.length; i < len; i++) {
this._children[i].origin = origin;
}
this.glRedraw();
}

/**
Expand Down

0 comments on commit 62a7595

Please sign in to comment.