osg.BufferData¶
- class osg.BufferData¶
- Represents
c++ class
- Wraps
osg::BufferData
- Bases
Methods:
- :setBufferObject(osg.BufferObject bufferObject)¶
-
- Параметры
bufferObject (
osg.BufferObject
) –
- :dirty()¶
Dirty the primitive, which increments the modified count, to force buffer objects to update. If a
ModifiedCallback
is attached to thisosg.BufferData
then the callback is called prior to the bufferObject’s dirty is called.