Difference between revisions of "MRTK"

From
Jump to: navigation, search
(Created page with "Short intro: * '''ObjectManipulator''' script that you'll apply to a cube for direct manipulation with hands * '''SinglePass instanced''' rendering optimizes the Unity render...")
 
Line 1: Line 1:
Short intro:
+
[[Here]https://docs.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/?view=mrtkunity-2021-05] is the official docs
 +
 
 +
Summary
  
 
* '''ObjectManipulator''' script that you'll apply to a cube for direct manipulation with hands
 
* '''ObjectManipulator''' script that you'll apply to a cube for direct manipulation with hands

Revision as of 22:40, 24 January 2022

[[Here]https://docs.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/?view=mrtkunity-2021-05] is the official docs

Summary

  • ObjectManipulator script that you'll apply to a cube for direct manipulation with hands
  • SinglePass instanced rendering optimizes the Unity rendering pipeline
  • MRTK Shaders instead of Unity 3D standard shader
  • Aim for 60 FPS
  • Turn on Depth Buffer Sharing (16-bit depth is better)