osg.Vec4Array
-
class osg.Vec4Array
- Represents
c++ class
- Wraps
osg::Vec4Array
- Bases
osg.Array
Constructors:
-
osg.Vec4Array(unsigned size)
-
- Параметры
size (unsigned
) –
Methods:
-
:resize(unsigned size)
-
- Параметры
size (unsigned
) –
-
:push_back(osg.Vec4 vec)
-
- Параметры
vec (osg.Vec4
) –
-
:clear()
-
-
:at(unsigned index)
-
- Параметры
index (unsigned
) –
- Тип результата
osg.Vec4
-
:set(unsigned index, osg.Vec4 vec)
-
- Параметры
-