Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
streakRender.cpp File Reference
#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)
 

Macro Definition Documentation

◆ MAX_STREAK_POINT_BUFFER_SIZE

#define MAX_STREAK_POINT_BUFFER_SIZE   (1 + STREAK_CHUNK_SIZE)

Definition at line 55 of file streakRender.cpp.

◆ MAX_STREAK_POLY_BUFFER_SIZE

#define MAX_STREAK_POLY_BUFFER_SIZE   (STREAK_CHUNK_SIZE * 2)

Definition at line 57 of file streakRender.cpp.

◆ STREAK_CHUNK_SIZE

#define STREAK_CHUNK_SIZE   (128)

Definition at line 52 of file streakRender.cpp.