osg.Camera.Attachment¶
- class osg.Camera.Attachment¶
- Represents:
c++ class
- Wraps:
osg::Camera::Attachment
Constructors:
- osg.Camera.Attachment()¶
Methods:
- :width()¶
-
- Тип результата:
int
- :height()¶
-
- Тип результата:
int
- :depth()¶
-
- Тип результата:
int
- :getInternalFormat()¶
-
- Тип результата:
- :setInternalFormat(GLenum.Value format)¶
-
- Параметры:
format (
GLenum.Value) –
- :getTexture()¶
-
- Тип результата:
- :setTexture(osg.Texture texture)¶
-
- Параметры:
texture (
osg.Texture) –
- :getLevel()¶
-
- Тип результата:
unsigned
- :setLevel(unsigned level)¶
-
- Параметры:
level (
unsigned) –
- :getFace()¶
-
- Тип результата:
unsigned
- :setFace(unsigned face)¶
-
- Параметры:
face (
unsigned) –
- :getMipMapGeneration()¶
-
- Тип результата:
bool
- :setMipMapGeneration(bool enable)¶
-
- Параметры:
enable (
bool) –
- :getMultisampleSamples()¶
-
- Тип результата:
unsigned
- :setMultisampleSamples(unsigned count)¶
-
- Параметры:
count (
unsigned) –
- :getMultisampleColorSamples()¶
-
- Тип результата:
unsigned
- :setMultisampleColorSamples(unsigned count)¶
-
- Параметры:
count (
unsigned) –
- :getNumViews()¶
-
- Тип результата:
unsigned
- :setNumViews(unsigned count)¶
-
- Параметры:
count (
unsigned) –