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 was archived by the owner on Aug 17, 2020. It is now read-only.
Current implementaion of position property of renderInstances and filter requires the user to completely replace the value for that property i.e. instance.postion[0] = newX is not allowed and must be done by instance.position = [newX, instance.position[1], instance.position[2]]
This should be replaced by creating a custom class to represent position which implements the appropriate callback in setattr such that the object is correctly updated
Current implementaion of position property of renderInstances and filter requires the user to completely replace the value for that property i.e. instance.postion[0] = newX is not allowed and must be done by instance.position = [newX, instance.position[1], instance.position[2]]
This should be replaced by creating a custom class to represent position which implements the appropriate callback in setattr such that the object is correctly updated