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
First of all, thank you again for this wonderful package, I'm always impressed by its capabilities. :)
If I create a time series animation, the related controls are positioned into the Control tab (play/stop button, time, fps). Would it be possible:
to create and move this control into a new section named Animation (only visible when time series are used)?
to make this section visible programmatically? This would focus user attention on animation rather than every other available control.
to create 2 new buttons, next frame and previous frame? This would be invaluable, for example, in visualizing locking mechanisms. The slider is good, but only if there are few time points.
The js object thankfully exposes methods to start/stop from external js code, there is some added effort to sync the lil.gui controls as well.
This implementation might help: k3d_enhancements.js
Description
First of all, thank you again for this wonderful package, I'm always impressed by its capabilities. :)
If I create a time series animation, the related controls are positioned into the
Control
tab (play/stop button, time, fps). Would it be possible:Animation
(only visible when time series are used)?next frame
andprevious frame
? This would be invaluable, for example, in visualizing locking mechanisms. The slider is good, but only if there are few time points.What I Did
The text was updated successfully, but these errors were encountered: