Jump to content

photo

Recommended Posts

Posted

I have a PlayerPersecutor camera linked to animating geometry traveling along a spline. When viewing the animation through the Editor camera the animation runs as smooth as a baby's bum but when viewing through the PlayerPersicutor camera there's terrible jittering going on. Any ideas what the problem could be?

Posted

Cheers for the quick reply! How do I view as main game camera? 

Posted

Well, you can use something like that in your init():

PlayerPersecutor player;

player = node_cast(engine.editor.getNodeByName("persecutor_camera"));
engine.game.setPlayer(player);

And run main application (without Editor).

How to submit a good bug report
---
FTP server for test scenes and user uploads:

  • 3 weeks later...
Posted

Sorry for the late reply but the issue's been resolved with a graphics card upgrade. 

Also, the glitch didn't appear when viewed in the main game camera :)

×
×
  • Create New...