diff options
| author | Juan Linietsky | 2017-07-15 01:23:10 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-07-15 08:32:34 -0300 |
| commit | 2e73be99d8d86d9dad7bcb99518a4d3cbb5c373c (patch) | |
| tree | d863db50852afe5d4b0bc15b8452054498004cb1 /editor/plugins/mesh_instance_editor_plugin.cpp | |
| parent | e64b82ebfcc3475c7a7d2a9196bfe20d6c9e3614 (diff) | |
| download | godot-2e73be99d8d86d9dad7bcb99518a4d3cbb5c373c.tar.gz godot-2e73be99d8d86d9dad7bcb99518a4d3cbb5c373c.tar.zst godot-2e73be99d8d86d9dad7bcb99518a4d3cbb5c373c.zip | |
Lots of work on Audio & Physics engine:
-Added new 3D stream player node
-Added ability for Area to capture sound from streams
-Added small features in physics to be able to properly guess distance to areas for sound
-Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children
-Fixed KinematicBody API to make it the same as 2D.
Diffstat (limited to '')
| -rw-r--r-- | editor/plugins/mesh_instance_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/mesh_instance_editor_plugin.cpp b/editor/plugins/mesh_instance_editor_plugin.cpp index ab09d0dd9..49498d0fa 100644 --- a/editor/plugins/mesh_instance_editor_plugin.cpp +++ b/editor/plugins/mesh_instance_editor_plugin.cpp @@ -29,7 +29,7 @@ /*************************************************************************/ #include "mesh_instance_editor_plugin.h" -#include "scene/3d/body_shape.h" +#include "scene/3d/collision_shape.h" #include "scene/3d/navigation_mesh.h" #include "scene/3d/physics_body.h" #include "scene/gui/box_container.h" |
