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
The problem is that on every tick there's a lot of calculation to determine the coordinates and the geometry.
I wanted to know if there are good practices to add a dynamic external element, if to use onEngineTick is judiscious for this example or if there is another way ?
Thanks for the potential ideas
The text was updated successfully, but these errors were encountered:
I want to surround some of my nodes with externals objects to create kind of groups of nodes.
I am doing it using the onEngineTick callback. I am getting all of my nodes coordinates and create a THREE.ConvexGeometry.
here is a simplify version
The problem is that on every tick there's a lot of calculation to determine the coordinates and the geometry.
I wanted to know if there are good practices to add a dynamic external element, if to use onEngineTick is judiscious for this example or if there is another way ?
Thanks for the potential ideas
The text was updated successfully, but these errors were encountered: