Hello, I’m currently trying out something with Stride. Is there a helppatch where I can see how I can put a simple Skia interface (buttons) over a 3D Stride model to change the model with the buttons? Best regards and many thanks
Hey,
The node you’re looking for is SkiaRenderer, and the help patch showing how it works is called Overlay 3D Objects with 2D Skia.
Note that if you want to render an ImGui user interface in Stride, there’s a package called VL.ImGui.Stride that works exactly like its Skia counterpart.
Cheers!
thanks for the links.
how can I define the position of the buttons, I can only find “sameLine” as positioning. With which node can I give the button its own texture?
If you want to set the position of a widget, you can use SetCursorPosition : it’ll set the position of next drawn widget (name might be a bit confusing).

Let’s try to keep one question per topic please! There’s already a recent topic on exactly that