Page 1 of 1

BoundingBox question

Posted: Sat Nov 18, 2006 3:17 pm
by bernie
How can I change the width of a box without affecting either depth or height and how can I change the depth without affecting width or height.
If I change BoxWidth it also changes the depth and I don't want that to happen.

Posted: Sun Nov 19, 2006 7:56 am
by QuestOfDreams
It is currently not possible to specify different values for depth and width (this is because most scripted actors can rotate so the box would be wrong after the actor turned left or right...)

Posted: Sun Nov 19, 2006 10:05 am
by bernie
Thanks for the quick reply QOD. I managed to get around the problem using triggers eventually. I was trying to open and close doors made with actors instead of BSP so the box needed to be like 6feet high 3ft 6ins wide and 4 ins deep. The bounding box was 6ft by 3ft 6in by 3ft 6ins which made a mess of using collision for opening and closing.