Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.07 KB

Readme.md

File metadata and controls

19 lines (12 loc) · 1.07 KB

Goal

Create a door that acts as a portal between rooms in VR.

Animated gif of portal door between 2 VR rooms

Issues

  1. Outside edges of the door show inside another room. Only the inside of the door should show inside another room.
  2. Entering a portal from behind does nothing. Should disable ability to enter a portal from behind. Can't fix this with walls since a player can walk through walls and the stencil buffer won't render walls well. Recommend finding a way to get the door to disappear after the player goes through it.

Reference

Made possible due to the open work of NoiseCrime's stencil buffer project: