stephensamonte / Unreal-Virtual-University

Learning Unreal Engine by creating a game that takes place at VT
1 stars 0 forks source link

Adding a 2D image in Unreal Engine (Posters on a wall, a reference image for an object or a map) #60

Open stephensamonte opened 4 years ago

stephensamonte commented 4 years ago

Adding a 2D image in Unreal Engine (Posters on a wall, a reference image for an object or a map)

stephensamonte commented 4 years ago

"Decals are Materials that are projected onto meshes in your level, including Static Meshes and Skeletal Meshes. These meshes can have a Mobility setting of Static or Movable and the Decal will still project on them. Many Decals can be rendered at once without a large performance decrease. Performance decreases with larger screen space size and higher shader instruction count."

Unreal Engine decal documentation Unreal Engine 4 Tutorial - Decals