-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support for tweakpane v4 #2
Conversation
efb8bf5
to
141e566
Compare
141e566
to
87e1bab
Compare
87e1bab
to
a68ca05
Compare
Thank you for the PR! will look into it |
I wondered why eslint has to be bumped but
It's very nice of you. 🥰 |
Co-authored-by: 0b5vr <0b5vr@0b5vr.com>
@@ -88,6 +86,6 @@ RotationInputPluginQuaternionParams | |||
pickerLayout: picker ?? 'popup', | |||
value, | |||
viewProps: viewProps, | |||
} ); | |||
} ) as unknown as ValueController<Quaternion>; // TODO; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice TODO. I couldn't come up with a viable solution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks PERFECT. Thanks a lot!!
Thanks for sharing your work! |
Thanks for this plugin.
I ported it to Tweakpane 4.x. This is a breaking change for users of Tweakpane 3.x.
The updates were mostly based on the following documentation:
I made some minor structural changes to more closely reflect the tweakpane plugin-template.