VertexDataBook
from panda3d.core import VertexDataBook
- class VertexDataBook
Bases:
DTOOL_SUPER_BASE
A collection of VertexDataPages, which can be used to allocate new VertexDataBlock objects.
Inheritance diagram
- __init__(*args, **kwargs)
- alloc()
C++ Interface: alloc(const VertexDataBook self, int size)
- /**
Allocates and returns a new VertexDataBuffer of the requested size.
*/
- countAllocatedSize()
C++ Interface: count_allocated_size(VertexDataBook self) count_allocated_size(VertexDataBook self, int ram_class)
- countTotalPageSize()
C++ Interface: count_total_page_size(VertexDataBook self) count_total_page_size(VertexDataBook self, int ram_class)
- count_allocated_size()
C++ Interface: count_allocated_size(VertexDataBook self) count_allocated_size(VertexDataBook self, int ram_class)
- count_total_page_size()
C++ Interface: count_total_page_size(VertexDataBook self) count_total_page_size(VertexDataBook self, int ram_class)
- getNumPages()
C++ Interface: get_num_pages(VertexDataBook self)
- /**
Returns the number of pages created for the book.
*/
- get_num_pages()
C++ Interface: get_num_pages(VertexDataBook self)
- /**
Returns the number of pages created for the book.
*/