-
Notifications
You must be signed in to change notification settings - Fork 2
Home
redcatbox edited this page Feb 3, 2020
·
4 revisions
Simple implementation of portals feature for UE4
- Runtime
- Win32
- Win64
- Android
- Core
- CoreUObject
- Engine
Example project contains:
- Examples for simple camera-screen setup:
- Examples for simple mirrors:
- Examples of simple portals:
- And more:
- Example of line tracing through one or more portals pairs;
- Example of portal rendering using SceneCaptureComponent2D;
- Example of simple teleportation function in character class;
- Example of advanced (smooth) teleportation function in character class;
- Example of physics actor that can be teleported through portal;