I don't need to test my programs. I have an error-correcting modem.

Legacy:PolyBrush Basics

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

Complex Brushes[edit]

Complex brushes are brushes made from the combination of multiple brushes. They are fairly simple to create.

Say you want to have two pyramids that you would like joined at the base into one brush with the spiked ends pointed opposite each other. This can be achieved using these step. Note that these step can be used in many brush combining situations.

  1. line the brushes up and allow their bases to touch together flush.
  2. do a quick rebuild
  3. make the red builder brush large enough that both pyramids can be contained inside of the red builder brush.
  4. with the pyramids inside the red builder brush, do an "intersect brush" command.
  5. the red builder brush will now take the shape of the two pyramids.

Note that the vertices and faces that touch will not be included in the red builder brush, meaning they effectively will not be rendered.

Comments[edit]

Bean: I made this page because I didn't catch it anywhere else here in the wiki.

Tarquin: maybe rename to "Complex Brushes", or "Making Complex Brushes"?

Mychaeel: "Making Complex Brushes," or "Make Complex Brushes" (along the lines of "Make A Room"). – By the way, whoever found it appropriate to talk of "rbb" in the text above, would you mind explaining why you think that this won't make this tutorial completely unusable for any of the people it's aimed at, that is, Unreal mapping beginners?

Bean: I actually meant to comeback and rewrite this. sorry.

KFM: Or maybe this page should be named "Combining Brushes?" The title makes sense, but at the time that I searched for it, wondering how to combine two brushes, I searched for "combining brushes." This page still showed up in the search, but the word PolyBrush, though it's appropriate, may be misleading, almost suggesting that a PolyBrush is in fact a type of brush.