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 has been archived by the owner on Mar 5, 2021. It is now read-only.
Hello, i need to manipulate verticles of Mesh to do this is need to get type mesh from children array of Object3D by SupThreeScene.getObjectByName("name").children[mesh_object_position] + bump SupThreeScene.getObjectByName("name").children[mesh_object_position].geometry.attributes.position.version (or just call buffer_geometry.attributes.position.needsUpdate = true; buffer_geometry.attributes.color.needsUpdate = true;)
unfortunetly SupThreeScene.getObjectByName("name").children[] only returns Type Object3D :(
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, i need to manipulate verticles of Mesh to do this is need to get type mesh from children array of Object3D by SupThreeScene.getObjectByName("name").children[mesh_object_position] + bump SupThreeScene.getObjectByName("name").children[mesh_object_position].geometry.attributes.position.version (or just call buffer_geometry.attributes.position.needsUpdate = true; buffer_geometry.attributes.color.needsUpdate = true;)
unfortunetly SupThreeScene.getObjectByName("name").children[] only returns Type Object3D :(
The text was updated successfully, but these errors were encountered: