#include "streakrender.h"#include "ww3d.h"#include "rinfo.h"#include "dx8wrapper.h"#include "sortingrenderer.h"#include "vp.h"#include "vector3i.h"#include "random.h"#include "v3_rnd.h"Go to the source code of this file.
Macros | |
| #define | STREAK_CHUNK_SIZE (128) |
| #define | MAX_STREAK_POINT_BUFFER_SIZE (1 + STREAK_CHUNK_SIZE) |
| #define | MAX_STREAK_POLY_BUFFER_SIZE (STREAK_CHUNK_SIZE * 2) |
| #define MAX_STREAK_POINT_BUFFER_SIZE (1 + STREAK_CHUNK_SIZE) |
Definition at line 55 of file streakRender.cpp.
| #define MAX_STREAK_POLY_BUFFER_SIZE (STREAK_CHUNK_SIZE * 2) |
Definition at line 57 of file streakRender.cpp.
| #define STREAK_CHUNK_SIZE (128) |
Definition at line 52 of file streakRender.cpp.