osg.Texture3D¶
- class osg.Texture3D¶
- Represents
c++ class
- Wraps
osg::Texture3D
- Bases
Constructors:
- osg.Texture3D()¶
- osg.Texture3D(osg.Image image)
-
- Параметры
image (
osg.Image
) –
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
) –