#include <models.h>
Data Fields | |
| T2FSVtxCache | cache |
| T2FSPolygon * | polygons |
| Set per surface. | |
| uint32_t | polygonCount |
| Amount of valid polygons. Set per surface. | |
| uint32_t | polygonSize |
| Total size of the polygon buffer. Set per surface. | |
| T2FSSurfaceVertices | vertices |
| T2FSVtxCache s_T2FSPolygonBuffer::cache |
Current cache, do only clear on new mesh, do not clear per surface
| T2FSPolygon* s_T2FSPolygonBuffer::polygons |
Set per surface.
| uint32_t s_T2FSPolygonBuffer::polygonCount |
Amount of valid polygons. Set per surface.
| uint32_t s_T2FSPolygonBuffer::polygonSize |
Total size of the polygon buffer. Set per surface.
| T2FSSurfaceVertices s_T2FSPolygonBuffer::vertices |