Skip to content

Commit 613834d

Browse files
Merge pull request #114481 from FlorianBorn71/HoloLensNativeCPPTutorial
HoloLens native cpp step-by-step tutorial
2 parents 0ad7dba + c87b3d0 commit 613834d

File tree

8 files changed

+484
-9
lines changed

8 files changed

+484
-9
lines changed

articles/remote-rendering/index.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ landingContent:
6666
linkLists:
6767
- linkListType: tutorial
6868
links:
69-
- text: Setting up a Unity project from scratch
69+
- text: "Unity: Setting up a project from scratch"
7070
url: tutorials/unity/project-setup.md
71-
- text: Working with remote entities in Unity
71+
- text: "Unity: Working with remote entities"
7272
url: tutorials/unity/working-with-remote-entities.md
73-
- text: Changing environment and materials
73+
- text: "Unity: Changing environment and materials"
7474
url: tutorials/unity/changing-environment-and-materials.md
75+
- text: "Native C++: Integrate Remote Rendering into a HoloLens Holographic App"
76+
url: tutorials/native-cpp/hololens/integrate-remote-rendering-into-holographic-app.md

articles/remote-rendering/tutorials/native-cpp/hololens/integrate-remote-rendering-into-holographic-app.md

Lines changed: 467 additions & 0 deletions
Large diffs are not rendered by default.
32 KB
Loading
48.3 KB
Loading
63.7 KB
Loading
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Integrate Remote Rendering into a Hololens app
2+
href: hololens/integrate-remote-rendering-into-holographic-app.md
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
- name: Setting up a Unity project from scratch
2-
href: unity/project-setup.md
3-
- name: Working with remote entities in Unity
4-
href: unity/working-with-remote-entities.md
5-
- name: Changing environment and materials
6-
href: unity/changing-environment-and-materials.md
1+
- name: Unity
2+
href: unity/toc.yml
3+
- name: Native C++
4+
href: native-cpp/toc.yml
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- name: Setting up a Unity project from scratch
2+
href: project-setup.md
3+
- name: Working with remote entities in Unity
4+
href: working-with-remote-entities.md
5+
- name: Changing environment and materials
6+
href: changing-environment-and-materials.md

0 commit comments

Comments
 (0)