Last active
September 10, 2017 21:54
-
-
Save CameronVetter/64e4389b3b847b77020d96cd51afa3b5 to your computer and use it in GitHub Desktop.
Enable Occlusion snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public Material OccludedMaterial; | |
private void HideGridEnableOcclulsion() | |
{ | |
SpatialUnderstandingMesh.MeshMaterial = OccludedMaterial; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment