Jump to content

PlayerActor setPosition cause program hang


photo

Recommended Posts

Posted

code copied from sample/players, only world replaced by ourselves, call actor.setPosition in init function cause program hang forever, but if i chang the argument's z value to a very high value, then everything is ok, really strange.

Posted

remove some mesh from world will fix the problem, don't know why and how

Posted

remove call to persecutor.setPhiAngle(actor.getPhiAngle()) and persecutor.setThetaAngle(actor.getThetaAngle()) fix the problem. really strange.

×
×
  • Create New...