-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The way the program currently works is that when visualization is enabled, each IK solving thread handles the visualization of its solved IK. This slows the thread down significantly when visualization is enabled.
A better solution could be to save the state to be visualized to a buffer and let a specialized visualizer thread read it from there and visualize it at its own pace, preferably only visualizing the latest state in the buffer whenever the previous visualization is complete.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request