To react with the player, would I need to either register the player model as a PhysX enabled object or attach a dummy PhysX object to it for it to work? How might I attach a dummy PhysX object to the player model since I cannot modify the xyz values directly unless I first unregister the dummy object?

My current player model is not a registered PhysX object; the player is moved using c_move instructions.