microsoft / MixedReality-GraphicsTools-Unity

Graphics tools and components for developing Mixed Reality applications in Unity.
MIT License
182 stars 42 forks source link

Magnifier Material Polish #206

Closed Cameron-Micka closed 10 months ago

Cameron-Micka commented 10 months ago

The magnifier shader now supports rounded corners. Updated the sample too: image

(Also found and fixed a small include bug in the acrylic shader.)

Verification

As a reviewer, it is possible to check out this change locally by using the following commands (substituting {PR_ID} with the ID of this pull request):

git fetch origin pull/{PR_ID}/head:name_of_local_branch

git checkout name_of_local_branch