Mario Kart 64
Loading...
Searching...
No Matches
data.c File Reference
#include "waypoints.h"
#include "course.h"
#include <libultra/gbi.h>
Include dependency graph for data.c:

Variables

Gfx mario_Plane_001_mesh []
 
Gfx test_course_data_dl []
 
TrackPathPoint test_course_path []
 
TrackSections test_course_addr []
 

Variable Documentation

◆ mario_Plane_001_mesh

Gfx mario_Plane_001_mesh[]
extern

◆ test_course_addr

TrackSections test_course_addr[]
Initial value:
= {
{ mario_Plane_001_mesh, 255, 255, 0x0000 },
{ 0x00000000, 0, 0, 0x00000 },
}
Gfx mario_Plane_001_mesh[]
Definition model.c:371

◆ test_course_data_dl

Gfx test_course_data_dl[]
Initial value:
= {
gsDPSetCombineMode(G_CC_MODULATEIDECALA, G_CC_MODULATEIDECALA),
gsDPSetRenderMode(G_RM_AA_ZB_TEX_EDGE, G_RM_AA_ZB_TEX_EDGE2),
gsSPClearGeometryMode(G_CULL_BACK),
gsSPDisplayList(mario_Plane_001_mesh),
}

◆ test_course_path

TrackPathPoint test_course_path[]