SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
GXDraw.h
Go to the documentation of this file.
1
#ifndef _DOLPHIN_GX_GXDRAW_H_
2
#define _DOLPHIN_GX_GXDRAW_H_
3
4
#include <
dolphin/types.h
>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
void
GXDrawCylinder
(
u8
numEdges);
11
void
GXDrawTorus
(
f32
rc,
u8
numc,
u8
numt);
12
void
GXDrawSphere
(
u8
numMajor,
u8
numMinor);
13
void
GXDrawCube
(
void
);
14
void
GXDrawDodeca
(
void
);
15
void
GXDrawOctahedron
(
void
);
16
void
GXDrawIcosahedron
(
void
);
17
void
GXDrawSphere1
(
u8
depth);
18
u32
GXGenNormalTable
(
u8
depth,
f32
*
table
);
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
GXDrawIcosahedron
void GXDrawIcosahedron(void)
GXDrawSphere
void GXDrawSphere(u8 numMajor, u8 numMinor)
GXDrawTorus
void GXDrawTorus(f32 rc, u8 numc, u8 numt)
GXDrawSphere1
void GXDrawSphere1(u8 depth)
GXGenNormalTable
u32 GXGenNormalTable(u8 depth, f32 *table)
GXDrawOctahedron
void GXDrawOctahedron(void)
GXDrawCylinder
void GXDrawCylinder(u8 numEdges)
GXDrawDodeca
void GXDrawDodeca(void)
GXDrawCube
void GXDrawCube(void)
types.h
u32
unsigned long u32
Definition
types.h:9
f32
float f32
Definition
types.h:13
u8
unsigned char u8
Definition
types.h:5
table
static grZe_ColorEntry table[3]
Definition
grzebes.c:1134
extern
dolphin
include
dolphin
gx
GXDraw.h
Generated by
1.17.0