From ef7d43f122cd8330964372d6c19b61c54b2d3c72 Mon Sep 17 00:00:00 2001 From: Tim Willebrands Date: Mon, 15 Jul 2019 22:57:56 +0200 Subject: [PATCH] Fixed typo >.>" --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index fb3e567..99807ef 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,7 +11,7 @@ The system can draw as many line-of-sight mesheses as possible (in theory). I updated this project so that instead of rendering the line of sight as a camera-shader it writes the result to an instantiated panel, this is more useful because the camera can be moved without impacting how the los is rendered. It also allows for a fog of war so that areas which have been revealed but are no longer in sight can still be seen for how they looked when last seen. (that sentence is garbage but I'm tired af) ![DemoFov](demoFov.gif?raw=true) -![DemoFovPerspective](demoFovPerspective.gif?raw=true) +![DemoFovPerspective](demoFovPerspectiveCam.gif?raw=true) I wrote this asset for a game I'm working on and it seemed like a nice idea to open source it. If you intend to use this code you should know that I am a hobbyist with no formal background in programming, therefor there are bugs and it is incredibly unlikely that the asset is as optimised as it could be.