Add README
This commit is contained in:
parent
2438205535
commit
e09fa925c1
15
REAMDE.md
Normal file
15
REAMDE.md
Normal 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.
|
||||||
|
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user