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
I am moving the position of my FragmentsGroups within the scene coordinate system based on third-party offsets. Some tools work as expected (Highlighter correctly highlights the element) but others do not (Outliner outlines the original position rather than the update).
It seems like what's happening is that there is underlying geometry of the fragments not being updated; I suspect I can loop through them to update them manually, but I feel this shouldn't be necessary
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a repository issue and not a framework-specific issue. For example, if it's a THREE.js related bug, it should likely be reported to mrdoob/threejs instead.
Check that this is a concrete bug. For Q&A join our Community.
Describe the bug 📝
I am moving the position of my FragmentsGroups within the scene coordinate system based on third-party offsets. Some tools work as expected (Highlighter correctly highlights the element) but others do not (Outliner outlines the original position rather than the update).
It seems like what's happening is that there is underlying geometry of the fragments not being updated; I suspect I can loop through them to update them manually, but I feel this shouldn't be necessary
Reproduction▶️
No response
Steps to reproduce 🔢
Set up an example following https://docs.thatopen.com/Tutorials/Components/Front/Highlighter.
Before calling
world.scene.three.add(model);
, update the position of the model:System Info 💻
Used Package Manager 📦
yarn
Error Trace/Logs 📃
No response
Validations ✅
The text was updated successfully, but these errors were encountered: