| Home Page | Recent Changes | Preferences

Unreal Modeling FAQ

Overview

A list of questions asked by both new modelers, and experienced modelers. At the moment, we don't have any questions because noone has asked any. Use the Quick Navigation link at the top to quickly jump to a question.

Feel free to post questions here in comment form. They will be refactored after.

General Questions

What is modeling?

Modeling is the art of creating objects in 3D using vertices and polygons or NURBS. Creating a model or mesh involves using vertices (like points on a graph) and faces (like the picture you get when you connect the dots. Unreal modeling deals strictly with vertices and polygons however. In Unreal modeling, a modeler can choose to do three different types of modeling, Player Modeling, Weapon Modeling, and Static Mesh Modeling. Each path has it's own techniques as well as challenges.

Modeling is closely related to Skinning?, and Animation. In the production line of a model, it is first created using any of the listed programs, then it is usually skinned, meaning a picture is applied to it's surface, then it is animated, which means it can be made to move and perform actions. Refer to the Skinning and Animating FAQs for further info on those subjects.

What is a mesh?

A mesh is a collection of vertices and faces connected together to create a mesh like object. Look at a metal fence. There are holes in that fence and points where the wires intersect. That is an example of a mesh in the real world. A mesh in modeling looks quite similar except that you can actually see the points where the wire intersects.


What file formats can UnrealEd import?
UnrealEd can import 3D Studio Max ASE files, and LightWave LWO files. Maya Complete/Unlimited can also generate ASE files with ActorX, but that exporter does not have support for multiple texture coordinate sets. You can also move models directly from Maya PLE to UnrealEd through the unEditor.mll plugin.
How do I make fancy static meshes like are used in CTF-Magma?
See CTF-Magma for some info on how that map is constructed.
How do I add an ammo count actually onto my weapon as seen on the rocket launcher and minigun in UT?
This is a rather involved process that includes assigning a different texture to the number area before you export it and a lot of scripting in UnrealScript to make it actually work.

Category Modeling
Category FAQ

The Unreal Engine Documentation Site

Wiki Community

Topic Categories

Image Uploads

Random Page

Recent Changes

Offline Wiki

Unreal Engine

Console Commands

Terminology

Mapping Topics

Mapping Lessons

UnrealEd Interface

Questions&Answers

Scripting Topics

Scripting Lessons

Making Mods

Class Tree

Questions&Answers

Modeling Topics

Questions&Answers

Log In