不透明度
< Zh
Jump to navigation
Jump to search

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.
2024年1月



2024年1月
不透明度表示物体的透明程度。
当物体完全不透明(opaque)时,你将无法看穿它。
不透明度通常由0到255的数值定义,其中0表示完全透明(invisible),255表示完全不透明(opaque)。值为128时则表示约半透明(translucent)。
在起源引擎 和金源引擎 中使用半透明纹理时存在特定问题。引擎使用的(硬件?)渲染技术有时难以正确排序渲染优先级,可能导致错误地将其他物体渲染在半透明纹理之上。