IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Gravity3D QML Type

Accelerates particles to a vector of the specified magnitude in the specified direction.

This type was introduced in Qt 6.2.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Gravity3D QML Type

  • Import Statement: import QtQuick3D.Particles3D

  • Since:: Qt 6.2

  • Inherits:: Affector3D

Detailed Description

This element models the gravity of a massive object whose center of gravity is far away (and thus the gravitational pull is effectively constant across the scene). To model the gravity of an object near or inside the scene, use Attractor3D.

Property Documentation

 

direction : vector3d

This property defines the direction the gravity will affect toward. Values will be automatically normalized to a unit vector.

The default value is (0.0, -1.0, 0.0) (downwards).

magnitude : real

This property defines the magnitude in position change per second. Negative magnitude accelerates the opposite way from the direction.

The default value is 100.0.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+