I'm currently looking to see if there is a way that within a Windows 10 Universal App, that is intended for Mixed Reality, to display different content for each eye?
What would ideal is if this could be done entirely in XAML, for example...
<mixedreality target="lefteye">
...
</mixedreality>
<mixedreality target="righteye">
...
</mixedreality>
I know this can be done in a Unity App but I want this to be done within a Window in the Mixed Reality portal.
Thanks in advance.
Nick.