mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 00:25:01 +03:00
-Much improvement to baked light baker
-Fixed many bugs in stretch mode -Fixes to camera project and unproject as consequence of the above -added setget to script (documented in script doc) -more fixes to collada exporter for blender
This commit is contained in:
@@ -1041,7 +1041,7 @@ void GridMap::_bind_methods() {
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("set_clip","enabled","clipabove","floor","axis"),&GridMap::set_clip,DEFVAL(true),DEFVAL(0),DEFVAL(Vector3::AXIS_X));
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("crate_area","id","area"),&GridMap::create_area);
|
||||
ObjectTypeDB::bind_method(_MD("create_area","id","area"),&GridMap::create_area);
|
||||
ObjectTypeDB::bind_method(_MD("area_get_bounds","area","bounds"),&GridMap::area_get_bounds);
|
||||
ObjectTypeDB::bind_method(_MD("area_set_exterior_portal","area","enable"),&GridMap::area_set_exterior_portal);
|
||||
ObjectTypeDB::bind_method(_MD("area_set_name","area","name"),&GridMap::area_set_name);
|
||||
|
||||
Reference in New Issue
Block a user