Overlaping Brushes

AsteriskAsterisk Join Date: 2003-02-22 Member: 13835Members, Constellation
<div class="IPBDescription">are they bad to have</div> Hello Again. I have been Asking a lot of questions and i have one more. is it real bad to have some brushes overlap. what are the drawbacks and dangers.

Thank you for your time.

Comments

  • ShenTraXShenTraX Join Date: 2003-11-10 Member: 22434Members, Constellation
    edited March 2004
    its dangerous to your r_speeds.... can drastically slow/lag your map during play.

    /edit

    Thats if they are solid. If they are illusionary laying on-top of a solid, nothing bad should happen.

    same goes for additive textures and light textures...

    /edit
  • GuileGuile Join Date: 2004-02-24 Member: 26849Members, Constellation
    I always got the feeling that the less things you have touching each other, the better for your r_speeds.....

    But I'm new to mapping as well, so I may be wrong <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->.
  • LePrauLePrau Join Date: 2004-03-07 Member: 27193Members
    With overlapping brushes, you risk the following:
    - higher compilation time for csg, bsp and vis
    - chaos in your map while editing ... means: you may lose the overview
    - points not laying on the smallest (1x1) grid -> therefore compile errors

    The last one won't happen if you just overlapp rectangular brushes, but if you've clippes some piece away and two of those brushes are overlapping ith may become ugly.

    Just try to overlap as little as possible. You may overlapp entities with each other as often as you want to, means: func_wall A and func_wall B don't disturb each other and there is no side-effect if two different entities are overlapping. Only thing that MIGHT happen are clipping errors, means edges where you get stuck.

    My personal opionion: Overlapping is bad style, so just try to avoid <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
  • ShenTraXShenTraX Join Date: 2003-11-10 Member: 22434Members, Constellation
    yes, overlaping brushes are bad, mmmmmm k?
Sign In or Register to comment.