osg.Texture2DArray¶
-
class
osg.
Texture2DArray
¶ Represents: c++ class Wraps: osg::Texture2DArray Bases: osg.Texture
Constructors:
-
osg.
Texture2DArray
()¶
Methods:
-
:
setNumMipmapLevels
(unsigned num)¶ -
Параметры: num (unsigned) –
-
:
getNumMipmapLevels
()¶ -
Тип результата: unsigned
-
:
setTextureSize
(int width, int height, int depth)¶ -
Параметры: - width (int) –
- height (int) –
- depth (int) –
-
:
setTextureWidth
(int width)¶ -
Параметры: width (int) –
-
:
setTextureHeight
(int height)¶ -
Параметры: height (int) –
-
:
setTextureDepth
(int depth)¶ -
Параметры: depth (int) –
-