Game Development Community

Traversal root error?????

by Mike Rowley · in Torque Game Engine · 09/23/2006 (5:12 pm) · 2 replies

Quote:Error, must have one and only one zone to be a traversal root. (null) has 2

Does anyone have a clue what this error message means?
It's in my console log multiple times.

#1
09/23/2006 (5:21 pm)
You probably have multiple interiors with bounding boxes that overlap. Even if the buildings themselves don't touch, their bounding boxes can't.
#2
09/23/2006 (7:10 pm)
Ok, thanks. Yes, I have a bunch of buildings all linked together.