I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:MeshObject (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:EImpLightMode (UT2003))
Object >> MeshObject |
- Package:
- Engine
- Direct subclass:
- MeshEditProps
- This class in other games:
- U2, UT2004, UE2Runtime
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
MeshObject
A base class for all Animating-Mesh-editing classes. Just a convenient place to store common elements like enums.
Enums[edit]
EImpDrawMode[edit]
- IDM_Normal
- IDM_Fading
EImpLightMode[edit]
- ILM_Unlit
- ILM_PseudoShaded
- Lit by hardware, diverging normals.
- ILM_Uniform
- Lit by hardware, all normals pointing faceward.
EImpSpaceMode[edit]
- ISM_Sprite
- ISM_Fixed
- ISM_PivotVertical
- ISM_PivotHorizontal
EMeshSectionMethod[edit]
- MSM_SmoothOnly
- Smooth (software transformed) sections only.
- MSM_RigidOnly
- Only draw rigid parts, throw away anything that's not rigid.
- MSM_Mixed
- Convert suitable mesh parts to rigid and draw remaining sections smoothly (software transformation).
- MSM_SinglePiece
- Freeze all as a single static piece just as in the refpose.
- MSM_ForcedRigid
- Convert all faces to rigid parts using relaxed criteria ( entire smooth sections forced rigid ).