Skip to content

3D object shake

Shake 3D objects.

Authors and contributors to this community extension: D8H.


Shake 3D objects with translation and rotation.

The 3D racing game example uses this extension (open the project online).

Tip

Learn how to install new extensions by following a step-by-step guide.

Shake 3D cube

Shake 3D cubes with translation and rotation.

Behavior actions

Shaking frequency
Change the shaking frequency of the object.

Shake
Shake the camera on layers chosen with configuration actions.

Start shaking
Start shaking the camera indefinitely.

Stop shaking
Stop shaking the camera.

Behavior conditions

Shaking frequency
Compare the shaking frequency of the object.

Is shaking
Check if the object is shaking.

Behavior expressions

Expression Description
Object.ShakeCube3D::Frequency() Return the shaking frequency of the object.

Shake 3D model

Shake 3D models with translation and rotation.

Behavior actions

Shaking frequency
Change the shaking frequency of the object.

Shake
Shake the camera on layers chosen with configuration actions.

Start shaking
Start shaking the camera indefinitely.

Stop shaking
Stop shaking the camera.

Behavior conditions

Shaking frequency
Compare the shaking frequency of the object.

Is shaking
Check if the object is shaking.

Behavior expressions

Expression Description
Object.ShakeModel3D::Frequency() Return the shaking frequency of the object.

This page is an auto-generated reference page about the 3D object shake extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.