29void G_InitDebugLines(
void );
30void G_InitDebugStrings(
void );
31void G_DebugLine( Vector start, Vector end,
float r,
float g,
float b,
float alpha );
32void G_LineStipple(
int factor,
unsigned short pattern );
33void G_LineWidth(
float width );
34void G_Color3f(
float r,
float g,
float b );
35void G_Color3v( Vector color );
36void G_Color4f(
float r,
float g,
float b,
float alpha );
37void G_Color3vf( Vector color,
float alpha );
38void G_BeginLine(
void );
39void G_Vertex( Vector v );
40void G_EndLine(
void );
41void G_DebugBBox( Vector org, Vector mins, Vector maxs,
float r,
float g,
float b,
float alpha );
42void G_DebugRotatedBBox(Vector org, Vector ang, Vector mins, Vector maxs,
float r,
float g,
float b,
float alpha);
43void G_DrawDebugNumber( Vector org,
float number,
float scale,
float r,
float g,
float b,
int precision = 0 );
44void G_DebugCircle(
float *org,
float radius,
float r,
float g,
float b,
float alpha, qboolean horizontal = qfalse );
45void G_DebugOrientedCircle( Vector org,
float radius,
float r,
float g,
float b,
float alpha, Vector angles );
46void G_DebugPyramid( Vector org,
float radius,
float r,
float g,
float b,
float alpha );
47void G_DrawCoordSystem( Vector pos, Vector f, Vector r, Vector u,
int len );
48void G_DebugArrow( Vector org, Vector dir,
float length,
float r,
float g,
float b,
float alpha );
49void G_DrawCSystem( Vector pos, Vector forward, Vector right, Vector up,
int length );
50void G_AllocDebugLines(
void );
51void G_AllocDebugStrings(
void );
52void G_DeAllocDebugLines(
void );
53void G_DeAllocDebugStrings(
void );
54void G_ShiftDebugLines(
void );
66void G_DebugHighlightFacet( Vector org, Vector mins, Vector maxs,
facet_t facet,
float r,
float g,
float b,
float alpha );
Definition q_shared.h:2092
Definition q_shared.h:2102