UE3 - UDK Proper Static Mesh Construction

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

silicone_milk

New Member
Jul 11, 2011
1
0
0
Hi everyone. I've started work on my first static mesh for the UDK. I come from a programming background so I'm not familiar with the proper construction methods used for models.

The current way I'm going about doing it is simply deforming a plane. It was brought to my attention that the Unreal 3 engine would prefer not to deal with meshes like that and would rather work with "thick" meshes.

Here are some screenshots to show what I'm trying to describe:

My Current Method:
[SCREENSHOT]http://i12.photobucket.com/albums/a242/caldiar/open.jpg[/SCREENSHOT]

It's a simple plane that's been subdivided and had its verts scooted around. The material to be used on it will be single-sided.

The Suggested Method:
[SCREENSHOT]http://i12.photobucket.com/albums/a242/caldiar/closed.jpg[/SCREENSHOT]

Notice how now the mesh is thick.

I'm trying to avoid the latter method since it just makes more work with messing with the texture mapping. Not to mention, there's no sense in essentially doubling the amount of draw calls if one side of the "thick" mesh has multiple materials while the other has a single material.

I was hoping somebody could shed some light on whether or not UE3 will be fine with "thin" (planar) static meshes or if there's some important reason that I should be creating "thick" static meshes.

Thanks :)
 

nELsOn

bSnakeCastShadow = True
Aug 18, 2005
1,307
0
36
on a plane
www.nelsonmaps.wordpress.com
I see no reason why it shouldn't be fine with meshes made from simple planes. After all, fog sheets are basically just that for example.
The only advantage I could imagine for those "thick" meshes would be occlusion.
There are lots of examples in UT3's static meshes where the mesh is basically a deformed plane, though.
 

Spiney

New Member
Jun 12, 2010
187
0
0
Plane meshes are actually most common for this kind of stuff, afaik.


On a related note,

There are bite sized videos in here that explain a lot of important fundamentals about 3D modeling, that are generally not covered in how-to tutorials.

http://vimeo.com/user904568/videos

www.guerillacg.org is the homepage, but it seems to be down at the moment.