mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
allow moving meshes without motion vectors
This commit is contained in:
parent
e5ccaa79e2
commit
a4a5f4ed01
13 changed files with 55 additions and 7 deletions
|
|
@ -110,6 +110,7 @@ void VisualInstance3D::_notification(int p_what) {
|
|||
if (!_is_using_identity_transform()) {
|
||||
RenderingServer::get_singleton()->instance_set_transform(instance, get_global_transform());
|
||||
}
|
||||
RenderingServer::get_singleton()->instance_teleport(instance);
|
||||
|
||||
RenderingServer::get_singleton()->instance_reset_physics_interpolation(instance);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue