Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
6.8
-
None
-
-
b10f85ab3ad8e624839f7383b4b59b40e3a580a4
Description
Hello,
I have a scene where I have dynamic rigid objects and I want to pick them up with mouse event, move them and throw them.
In order to do that, I set the object as kinematic, so it is not influenced by the gravity and other things.
I tried several other ways but the easier one is kinematic but as I need CCD it is enabled.
When the application is closing I got this message: /home/qt/work/qt/qtquick3dphysics/src/3rdparty/PhysX/source/physx/src/NpRigidBodyTemplate.h (476) : invalid parameter : RigidBody::setRigidBodyFlag: kinematic bodies with CCD enabled are not supported! CCD will be ignored.
Basically the message tells me exactly why I did this.
Is there a way to remove it ? I believe the message is displayed on normal output (not the error output).