Displacement luxel density: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(revert vandalism)
No edit summary
Line 1: Line 1:
[[Category:Hammer]][[Category:Level Design FAQ]]
[[Category:Hammer]][[Category:Level Design FAQ]]
This is not a bug. Displacements have a maximum luxel density based on the size of the displacement. If you make very large displacements, you'll find that you cannot make small luxel sizes on the displacement. One solution is to split any large displacements into multiple smaller ones and then sew them together.
This is not a bug. Displacements have a maximum luxel density based on the size of the displacement. Each displacement is limited to 124 x 124 lightmaps. {{confirm|Is this true for games other than {{Game link|Team Fortress 2}} ?}} If you make very large displacements, you'll find that you cannot make small luxel sizes on the displacement. One solution is to split any large displacements into multiple smaller ones and then sew them together.


See [[Displacement]] for more information on how to create, edit, clip and sew displacements.
See [[Displacement]] for more information on how to create, edit, clip and sew displacements.

Revision as of 07:28, 9 June 2020

This is not a bug. Displacements have a maximum luxel density based on the size of the displacement. Each displacement is limited to 124 x 124 lightmaps.

Confirm:Is this true for games other than Team Fortress 2 Team Fortress 2  ?

If you make very large displacements, you'll find that you cannot make small luxel sizes on the displacement. One solution is to split any large displacements into multiple smaller ones and then sew them together.

See Displacement for more information on how to create, edit, clip and sew displacements.