
Publisher
struhyxd
Portals 3D 3D
Implementation of seamless 3D Portals, packaged as a plugin and ready to be used in your project! IMPORTANT: Recursive portals are not supported due to Godot's rendering limitations.
Portals Plugin
This project provides a plugin for seamless 3D portals in Godot. It was developed as part of my Master's thesis on FI MUNI.
Installation
- You can download the plugin from the Godot Asset Library
- The plugin itself is located in the
addons/portals
directory. You can clone this repo (or download it as a ZIP) and move the plugin folder into your own project.
Documentation
For documentation the plugin's documentation, see addons/portals/README.md
.
I developed this project as part of my master's thesis. As such, the thesis itself is probably the best documentation there is at the moment.
Showcase
The project contains some simple levels, showcasing various aspects of the plugin. You can go through them to find out what's in store! Also see some screenshots below.
Also check out the example project, where I recretated a puzzle from Antichamber.
This cube has a different inside depending on from which side you are looking at it:
This hallway is shorter on the inside than on the outside:
These three rooms form a full circle with a 90 degree angle in the middle:
A seamless portal is positioned behind the column! Going around the column transports you to an
entirely different space.