Game Development Community

Object and texture disappearing

by Marton Szucs · in Torque Game Engine Advanced · 05/09/2007 (2:31 pm) · 1 replies

Hi, plz help!

when i see up and down, the player, and my test cube texture(DIF) disappear.
I can't understand why, check the bug in this video:

www.humansoft.com/makkmarci/disappear.avi

( its encoded with DIVX 6.5.1 )

PLZ help, i don't understand what is this!

#1
05/09/2007 (8:27 pm)
Your bounding box on the player is too small.

There's a setting in the player datablock for this:
boundingBox = "0.75 0.75 1.7";

Enter the mission editor and you will see the size of the bounding box.