Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noisecrime/unity-stencilportalroomcube
Example Unity Project illustrating how to use stencils to create volumes that share the space via portals
https://github.com/noisecrime/unity-stencilportalroomcube
portal stencil stencil-shaders unity
Last synced: 2 months ago
JSON representation
Example Unity Project illustrating how to use stencils to create volumes that share the space via portals
- Host: GitHub
- URL: https://github.com/noisecrime/unity-stencilportalroomcube
- Owner: noisecrime
- License: mit
- Created: 2017-03-17T13:04:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T00:13:59.000Z (over 2 years ago)
- Last Synced: 2024-11-10T22:40:31.273Z (2 months ago)
- Topics: portal, stencil, stencil-shaders, unity
- Language: C#
- Homepage:
- Size: 10 MB
- Stars: 107
- Watchers: 8
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity-StencilPortalRoomCube
Example Unity Project illustrating how to use stencils to create volumes that share the same space via portal tehcnique.To learn more watch the demo video here - https://www.youtube.com/watch?v=5DKIP9N-OB4
Read the original forum thread here - https://forum.unity3d.com/threads/unity-4-2-stencils-for-portal-rendering.191890/
Originally built in Unity 4.2, the project has recently been updated to Unity 5.4.2f2, with improvements such as
Stencil Shader simplification.
Stencil Shaders no longer using hard-coded values.
MateialPropertyDrawers for easier material property editing in the inspector.
Support for Stencils writing into the DepthNormalsTexture.
Updated relevant packages - e.g. Image Effects.
Improved examples with new UI to toggle features on/off.
The GitHub Repository now containsMaster - Unity 5.4.2f2
Branch - Unity 5.2.2f1
![PortalRoomCubeStencilSplash](https://raw.githubusercontent.com/noisecrime/Unity-StencilPortRoomCube/master/readmesplash.jpg)