mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 08:31:21 +00:00
Little Bits
-=-=-=-=-=- -Fixed small bugs all around -Added ability to show/hide entire sections of the spatial (3D) tree -WIP new vehicle (not ready yet) based on Bullet
This commit is contained in:
parent
c3e1d7b7c7
commit
2ee4ac183b
56 changed files with 3943 additions and 1757 deletions
|
|
@ -909,6 +909,8 @@ public:
|
|||
FUNC2(baked_light_set_octree,RID,DVector<uint8_t>);
|
||||
FUNC1RC(DVector<uint8_t>,baked_light_get_octree,RID);
|
||||
|
||||
FUNC2(baked_light_set_lightmap_multiplier,RID,float);
|
||||
FUNC1RC(float,baked_light_get_lightmap_multiplier,RID);
|
||||
|
||||
FUNC3(baked_light_add_lightmap,RID,RID,int);
|
||||
FUNC1(baked_light_clear_lightmaps,RID);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue