-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
.flushToDOM() does not update DOM values with A-Frame visual inspector #4084
Comments
Still getting the same issue on 0.9.0 and 0.9.2. I guess there is some function that prevents updating those values when changing the value using the cursor for performance purposes. Can anyone help me? BR |
The issue is still reproduced with the latest A-frame version.
After making changes in the 3D-editor, slightly modify them in the right panel. Then the a-frame entity will get the property in the DOM, and when you click |
aframevr/aframe-inspector#695 fixes it. |
dup of #4289 that has been fixed |
I'm having issues with flushToDOM() on my scene. I have a button that executes a script to update the modified values to the DOM. The function is only working (updating the values to the DOM) when I change the values on the right panel side of the editor and not when I use the visual editor. Any clue why is that happening?
How to reproduce the issue:
a) Not working - Click on the box using the visual editor to move the box using the arrows to any position and then press "update DOM". The position of the box should be updated with the new values but none are updated (check values with developer tools)
b) Working - Click on the box using the visual editor and then move the box using the right panel input values to any position. Then press "update DOM" and check that DOM values are updated.
There is a message on the console saying "THREE.BoxHelper: .update() has no longer arguments" every time I move the box around. Maybe the issue is related to this message.
The text was updated successfully, but these errors were encountered: