Aaron Fenyes
Aaron Fenyes
Awesome—I'll put the virtual trackball on my to-do list.
@tom-berend: To clarify, I use `setLayer` to re-order the points within each layer, not to move points to different layers. I've updated the issue to reflect this. You can see...
> Actually, JSXGraph is doing a similar action with the attribute `dragToTopOfLayer` This is good to know! Maybe it's worth adding a little `moveToTopOfLayer` utility method to `Board`. The method...
> I have replaced the TS syntax with plain JSXGraph [here](https://communityreading.org/jsxgraph/3d.html). It was a reminder of how twitchy the JSXGraph syntax is without an editor to do the gruntwork. @tom-berend:...
@tom-berend I just posted the pull request! It's #676. > Would you consider adding Polygon3D elements to your zIndex PR? I'm impressed with how well the simple depth-ordering in Zdog...
### Option usage @tom-berend: `depthOrderPoints` is a View3D option, so it shouldn't be set for any element other than a View3D. If you're on the `develop` branch (commit 3c3b28f or...
> For wire frame elements we have to change the mesh from being a single SVG path to be an array of paths. Could you explain why that change would...
This feature has now been implemented, in pull request #676. Thanks for the great discussion!
> Note: https://examples.sycamore.dev/number-binding/ is just the automatically hosted version of the examples located at https://github.com/sycamore-rs/sycamore/tree/main/examples/number-binding I've added the source code link to the issue!
To address this issue, should the line > new element `glider3d`: lines, curves in the changelog be revised? One possibility might be: > new gliders: `point3d` can glide on lines...