VertexDataBlock
from panda3d.core import VertexDataBlock
- class VertexDataBlock
Bases:
Bases:
SimpleAllocatorBlock,ReferenceCountA block of bytes that stores the actual raw vertex data referenced by a
GeomVertexArrayDataobject.Inheritance diagram
- getNextBlock() VertexDataBlock
Returns a pointer to the next allocated block in the chain, or NULL if there are no more allocated blocks.
- getPage() VertexDataPage
Returns the page from which this buffer was allocated.
