Game Development Community

[RESOLVED] PhysX Player No Interact With Objects

by Steve Acaster · in Torque 3D Professional · 02/11/2010 (7:09 pm) · 1 replies

From console:
PhysX Warning:
   f:p4swswlegacyphysxexperimentalPhysX_2.8.3novodexSDKsPhysicssrcNpActor.cpp(818) : Static actor moved

does this explain why the player model can't interact with objects?

Player model does not knock over or walk on physics objects (just kinda shakes when stood on top of one)

edit: Cloth demo works fine and doesn't get this error in the console

Resolved in 1.1beta2

#1
02/12/2010 (6:28 pm)
The shaking when standing on objects in the demo is a networking issue actually... that demo doesn't support client/server at all and the changes to the physics API has exposed that problem.

The not being able to push objects is a bug and we're working on it.

THREED-871