Search found 2 matches

by vkerob
12 Dec 2019, 19:49
Forum: General Discussion
Replies: 1
Views: 4244

[Beginner] - 2d Overlay

Hello, I'm attempting to display a simple <Grid> with <Label> over my Unity Scene. I see the Xaml loaded and rendered, but quickly disappears when my Unity scene loads. I'd imagine this is a simple error on my part, but I'd like the reach out and see what to do (so I can move on to the cooler parts ...
by vkerob
15 Oct 2019, 09:09
Forum: General Discussion
Replies: 10
Views: 3945

Re: VR / AR GUI

Regarding this, Noesis can render in real 3D, without rendering to texture, just direct to the camera space. Each node of the visual tree (a button for example) can be fully rotated using a 4x4 matrix. We have a few C++ clients already using it for VR. Although we didn't have time yet to properly i...