File tree Expand file tree Collapse file tree 5 files changed +19
-13
lines changed
articles/remote-rendering Expand file tree Collapse file tree 5 files changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,11 @@ landingContent:
66
66
linkLists :
67
67
- linkListType : tutorial
68
68
links :
69
- - text : Setting up a Unity project from scratch
69
+ - text : Unity: Setting up a project from scratch
70
70
url : tutorials/unity/project-setup.md
71
- - text : Working with remote entities in Unity
71
+ - text : Unity: Working with remote entities
72
72
url : tutorials/unity/working-with-remote-entities.md
73
- - text : Changing environment and materials
73
+ - text : Unity: Changing environment and materials
74
74
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-arr-into-holographic-app.md
Original file line number Diff line number Diff line change 1
1
---
2
- title : Integrate Remote Rendering into a HoloLens Holographic App
3
- description : Explains how to integrate Remote Rendering into a plain HoloLens Holographic App as created with Visual Studio project wizard
2
+ title : Integrate Remote Rendering into a C++/DirectX11 Holographic App
3
+ description : Explains how to integrate Remote Rendering into a plain C++/DirectX11 Holographic App as created with Visual Studio project wizard
4
4
author : florianborn71
5
5
ms.author : flborn
6
6
ms.date : 05/04/2020
Original file line number Diff line number Diff line change
1
+ - name : Integrate Remote Rendering into a Hololens app
2
+ href : hololens/integrate-arr-into-holographic-app.md
Original file line number Diff line number Diff line change 1
- - name : Unity/Setting up a Unity project from scratch
2
- href : unity/project-setup.md
3
- - name : Unity/Working with remote entities in Unity
4
- href : unity/working-with-remote-entities.md
5
- - name : Unity/Changing environment and materials
6
- href : unity/changing-environment-and-materials.md
7
- - name : Native C++/Integrate Remote Rendering into a Hololens app
8
- href : native-cpp/hololens/integrate-arr-into-holographic-app.md
1
+ - name : Unity
2
+ href : unity/toc.yml
3
+ - name : Native C++
4
+ href : native-cpp/toc.yml
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments