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

 Confirm:This limitation exists in 
; is it raised in newer branches of 
 Source?
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 
		
	
SirYodaJedi (talk | contribs) mNo edit summary  | 
				SirYodaJedi (talk | contribs)  mNo edit summary  | 
				||
| Line 7: | Line 7: | ||
{{modernConfirm|This limitation exists in {{src13}}; is it raised in newer branches of {{src|4.1}}?}}  | {{modernConfirm|This limitation exists in {{src13}}; is it raised in newer branches of {{src|4.1}}?}}  | ||
{{note|A similar (less restrictive) limitation technically exists for brushes as well  | {{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 18:51, 22 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.
%CompileNoChop, but it is unable to do this for displacements.