Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
line3d.cpp File Reference
#include "line3d.h"
#include "vertmaterial.h"
#include "shader.h"
#include "wwdebug.h"
#include "ww3d.h"
#include "rinfo.h"
#include "dx8wrapper.h"
#include "dx8vertexbuffer.h"
#include "dx8indexbuffer.h"
#include "dx8fvf.h"

Go to the source code of this file.

Variables

const unsigned short Indices []
 

Variable Documentation

◆ Indices

const unsigned short Indices[]
Initial value:
=
{
3,5,1,
7,5,3,
1,5,0,
5,4,0,
4,2,0,
4,6,2,
7,3,2,
6,7,2,
7,6,5,
5,6,4,
2,3,1,
2,1,0
}

Definition at line 62 of file line3d.cpp.