Files
2025-05-18 13:04:45 +08:00

14 lines
568 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

INTSourceChangelist:19906333
Availability:NoPublish
Title:HLOD系统
Crumbs:
[EXCERPT:main]
分层细节级别HLOD是一种既能增加性能同时又使项目保持较高质量标准的技巧。
HLOD本质上是将多个静态网格体合并成一个对象以单一的、简化后的几何体取代原有的网格体。当这些对象位于远处时系统会绘制它们的HLOD而不是单独绘制它们。这能减少每帧在场景中渲染的Actor的数量从而提高性能。
[VAR:ToolTipFullLink]
Engine/HLOD
[/VAR]
[/EXCERPT:main]