月亮词典
首页
查询
mipmap
多级贴图:一种计算机图形技术
常用释义
词性释义
n.
多级贴图:一种计算机图形技术,用于在不同距离和分辨率下显示纹理贴图。它通过创建一系列预先缩小的纹理贴图来提高渲染速度和减少锯齿现象。
例句
全部
It
also
fails
if
the
surface
is
a
member
of
a
mipmap
or
cube
map
,
and
any
other
mipmap
or
cube
map
member
is
locked
.
如果图面是mipmap或立方体图的一个成员,并且已锁定了任何其他mipmap或立方体图成员,则此方法也将失败。
It
provides
you with
three
types
of
texture
filtering
-
linear
filtering
, anisotropic
filtering
, and
mipmap
filtering
.
它给应用程序提供了三种类型的纹理过滤——线性过滤、各向异性过滤和mipmap过滤。
Retrieves
or
sets
the
number
of
mipmap
levels
for a
texture
.
检索或设置纹理的mipmap级别数。
Retrieves
or
sets
a
mipmap
filter
to
use
during
minification
.
检索或设置缩小操作期间要使用的mipmap筛选器。
One
render
pass
builds
entire
mipmap
pyramid
.
一次渲染总会建立一个完整的纹理细化金子塔。
To
2
indicates
that the
texture
manager
should
load
only
mipmap
levels
2
through 4 into
local
video
memory
at
any
given
time
.
设置为2,表示纹理管理器在任何给定时间应该只将2到4的mipmap级别加载到本地视频内存。
Most
detailed
LOD
value
set
in
the
mipmap
chain
.
mipmap链中设置的详细程度最高的LOD值。
Retrieves
or
sets
the
mipmap
level
of
detail
(
LOD
)
bias
.
检索或设置mipmap细节级别(LOD)偏移。