![]() |
Public API Reference |
#include <vtpool.h>
Inheritance diagram for csDefaultVertexArrayPool:
Public Methods | |
virtual csVector3 * | GetVertexArray (int n) |
Fetch a new array of n vertices. More... | |
virtual void | FreeVertexArray (csVector3 *ar, int) |
Free an array of n vertices. More... |
This implementation is rather trival. It will just do 'new' and 'delete' to get the vertex arrays.
Definition at line 58 of file vtpool.h.
|
Free an array of n vertices.
Implements csVertexArrayPool. |
|
Fetch a new array of n vertices. Return 0 on failure. Implements csVertexArrayPool. |