Displacement luxel density: Difference between revisions
Jump to navigation
Jump to search

Note:A similar (less restrictive) limitation technically exists for brushes as well. Brush surfaces can only have have up to 31x31 luxels per face; VBSP normally subdivides brush faces as needed to fit this restriction unless the material has %CompileNoChop, but it is unable to do this for displacements.
SirYodaJedi (talk | contribs) mNo edit summary |
SirYodaJedi (talk | contribs) (It's only raised if they increase the lightmap size from 32) |
||
Line 6: | Line 6: | ||
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. | ||
{{note|A similar (less restrictive) limitation technically exists for brushes as well. Brush surfaces can only have have up to 31x31 luxels per face; [[VBSP]] normally subdivides brush faces as needed to fit this restriction unless the material has {{cmd|%CompileNoChop}}, but it is unable to do this for displacements.}} | {{note|A similar (less restrictive) limitation technically exists for brushes as well. Brush surfaces can only have have up to 31x31 luxels per face; [[VBSP]] normally subdivides brush faces as needed to fit this restriction unless the material has {{cmd|%CompileNoChop}}, but it is unable to do this for displacements.}} | ||
[[Category:Hammer]] | [[Category:Hammer]] | ||
[[Category:Level Design FAQ]] | [[Category:Level Design FAQ]] |
Revision as of 15:27, 30 April 2024

This article needs more
links to other articles to help
integrate it into the encyclopedia. Please help improve this article by adding links
that are relevant to the context within the existing text.
January 2024



January 2024


This is not a bug. Displacements have a maximum luxel density based on the size of the displacement. Each displacement is limited to lightmap resolutions of 124x124. 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.
