Chapter 5. Static Meshes

Play a game built with the Unreal Engine, and one thing jumps right out at you: the amazingly rich visual detail. Static meshes make that rich visual detail possible. You don’t create these polygon models within Unreal Engine: You do that in exterior applications such as 3ds Max, Maya, and Photoshop. In this chapter, we show you exactly how static meshes work, how to create them, and how to import them into your levels.

The Importance of Static Meshes

Static meshes are drawn by the computer’s graphics card, allowing them to be rendered much more quickly than BSP brushes (see FIGURE 5.1). Because they never change position, they can be cached to video memory. This means that multiple copies of a single ...

Get Mastering Unreal Technology, Volume I: Introduction to Level Design with Unreal Engine 3 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.