Area Brush Problem :(
Posted: Wed Oct 22, 2008 5:29 pm
in the demo level there are are several rooms,which to speed up the game have doors,marked as "area" and a hint brush going throuh the doors,so that way the player could pass through the door when opened.
But there's a problem:
on of the rooms (of course the one that has the most polys
) has a problem...actually the problem is in the door maybe - when I spaww at the Player Start and go to that door without opening the framerate is good and there are about 32 polys (if I stand very close to the door),when I open the door the polys become 900 because the room is being rendered,when the door is closed the room should not be rendered again,but this room keeps being rendered even with the door closed,so the room is not rendered before the first time the door is opened,once opened,no matter if currently is closed the room is rendered... Help! this room really should not be rendered when the door is closed,it has too many polys in it!!!
But there's a problem:
on of the rooms (of course the one that has the most polys