You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Portals - Allow user to set roaming expansion margin
Previously a crude metric was used to decide on the roaming expansion margin, but it created unexpected results in some scenarios. Instead this setting is exposed to the user via the RoomManager, allowing them to tailor it to the world size, room sizes, roaming objects sizes and the speeds of movement.
This commit is contained in:
@@ -600,7 +600,7 @@ public:
|
||||
BIND8(rooms_finalize, RID, bool, bool, bool, bool, String, bool, bool)
|
||||
BIND4(rooms_override_camera, RID, bool, const Vector3 &, const Vector<Plane> *)
|
||||
BIND2(rooms_set_active, RID, bool)
|
||||
BIND2(rooms_set_params, RID, int)
|
||||
BIND3(rooms_set_params, RID, int, real_t)
|
||||
BIND3(rooms_set_debug_feature, RID, RoomsDebugFeature, bool)
|
||||
BIND2(rooms_update_gameplay_monitor, RID, const Vector<Vector3> &)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user