Bär wartet nach aufwachen etc

This commit is contained in:
2026-01-25 17:22:11 +01:00
parent 6504147456
commit e38a2b05e7
384 changed files with 132389 additions and 54 deletions
@@ -0,0 +1,17 @@
# kMirrors
### Planar reflections for Unitys Universal Render Pipeline.
![alt text](https://github.com/Kink3d/kMirrors/wiki/Images/Home00.png?raw=true)
*An example of global and local reflections.*
kMirrors is a system for defining and rendering planar reflection cameras in Unity's Universal Render Pipeline. It supports **Global** mode, where a single reflection camera can be used across an entire scene (useful for water and other large reflective surfaces) and **Local** mode, where a list of **Renderers** can be defined to receive reflections (useful for smaller surfaces like wall mirrors).
Refer to the [Wiki](https://github.com/Kink3d/kMirrors/wiki/Home) for more information.
## Instructions
- Open your project manifest file (`MyProject/Packages/manifest.json`).
- Add `"com.kink3d.mirrors": "https://github.com/Kink3d/kMirrors.git"` to the `dependencies` list.
- Open or focus on Unity Editor to resolve packages.
## Requirements
- Unity 2019.3.0f3 or higher.