Add README

This commit is contained in:
Vojtěch Struhár 2025-03-05 08:08:30 +01:00
parent 2438205535
commit e09fa925c1
2 changed files with 16 additions and 0 deletions

15
REAMDE.md Normal file
View File

@ -0,0 +1,15 @@
# Portal Transformations
This is a test project.
Contains just a few tool scripts to see how portal camera transformations work.
I wanted to see everything happening in editor. The setup is messy, but somewhat
works. You can see what you are supposed to through the portal :)
## Issues
One thing I wasn't able to solve is that the portal texture seems to _lag behind_
perhaps 1 frame or something. There is a delayed sway when I move left and right
in front of the portal. You can see it clearly on the lines on the ground - they
are supposed to be aligned.

View File

@ -11,6 +11,7 @@ config_version=5
[application] [application]
config/name="Test portal transformations" config/name="Test portal transformations"
config/tags=PackedStringArray("demo", "dp")
run/main_scene="uid://bjp6cbtfne2qj" run/main_scene="uid://bjp6cbtfne2qj"
config/features=PackedStringArray("4.4", "Forward Plus") config/features=PackedStringArray("4.4", "Forward Plus")
config/icon="res://icon.svg" config/icon="res://icon.svg"