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
I'm trying to monitor a vector(3) in my project, but I'm getting errors when setting readonly: true in my binding. I don't have much experience with this library yet so possibly I'm just using it wrong...
{
"message": "No matching controller for 'offset'",
"name": "TpError",
"stack": "Error: No matching controller for 'offset'\n at new TpError (https://tweakpane.github.io/docs/assets/tweakpane.js:85:22)\n at PluginPool.createBinding (https://tweakpane.github.io/docs/assets/tweakpane.js:7290:15)\n at RackApi.addBinding (https://tweakpane.github.io/docs/assets/tweakpane.js:1694:31)\n at Pane.addBinding (https://tweakpane.github.io/docs/assets/tweakpane.js:2210:30)\n at <anonymous>:4:6",
"type": "nomatchingcontroller"
}
The text was updated successfully, but these errors were encountered:
It would be cool to have it work, so for example I would like to use this to output the actual position of a 3D model (vector3) in my scene.
This will definitely be helpful :)
I'm trying to monitor a vector(3) in my project, but I'm getting errors when setting
readonly: true
in my binding. I don't have much experience with this library yet so possibly I'm just using it wrong...The text was updated successfully, but these errors were encountered: