Game Development Community

[solved] Background Problem

by Leandro Augusto Fidalgo Serafim · in Torque X 2D · 05/06/2010 (10:35 am) · 2 replies

[solved]

Well, the problem is:
I've already tried to monunt the background with the camera, with the player, set the position as the player, set position as the camera
and no matter which solution i do, i get the same problem with the background, this one:

When the player is stopped the background is okay, when the player start walking the background takes a little to start to follow the player, so the black screen appears. If the player walks to left, the black screen appear on right. If the player walks to right, the black screen appears on left, and when the player stop, the background gets okay. See the picture to understand better:

i50.photobucket.com/albums/f340/sephiroth57/background_problem.jpg
Thanks in Advance


EDIT
I solved changing my game to use interpolate tick instead of process tick during the whole game, also it solved sobre problems while redering

#1
05/06/2010 (11:02 am)
I realize when I set the camera on Interpolate and set the background there as well it fix the problem, is this any problem with interpolate or process tick?
#2
05/06/2010 (6:50 pm)
I had a problem similar to this but I can't remember exactly how I solved it.

Have you tried setting the UseMountForce property of the background sceneobject to false?