You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/HoloToolkit/SpatialMapping/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,9 @@ A basic occlusion shader that can be used to occlude objects behind spatial mapp
153
153
#### Wireframe.shader
154
154
A basic wire frame shader that can be used for rendering spatial mapping meshes. Use SpatialMappingManager.SetSurfaceMaterial() to use this material with the spatial mapping data.
155
155
156
+
#### SpatialMappingTap.shader
157
+
Draws a ring originating from a location in space. Useful for showing where a user tapped. Requires a component to drive it's radius and set the tap location in world space.
158
+
156
159
### [Tests](Tests)
157
160
158
161
#### PlaneFinding.unity
@@ -178,4 +181,4 @@ This scene is the minimum setup to use the TapToPlace script. It includes GazeM
178
181
179
182
---
180
183
##### [Go back up to the table of contents.](../../../README.md)
0 commit comments