SpaghettiKart
Loading...
Searching...
No Matches
vtx.c File Reference
#include "mk64.h"
#include "common_structs.h"
Include dependency graph for vtx.c:

Variables

CourseVtx test_course_vertices []
 

Variable Documentation

◆ test_course_vertices

CourseVtx test_course_vertices[]
Initial value:
= {
{{ -100, 100, 0}, { 0, 0}, {MACRO_COLOR_FLAG(0xFF, 0x00, 0x00, 0), 0x00}},
{{ 100, 100, 0}, { 1024, 0}, {MACRO_COLOR_FLAG(0x00, 0xFF, 0x00, 0), 0x00}},
{{ 100, -100, 0}, { 1024, 1024}, {MACRO_COLOR_FLAG(0x00, 0x00, 0xFF, 0), 0x00}},
{{ -100, -100, 0}, { 0, 1024}, {MACRO_COLOR_FLAG(0xFF, 0xFF, 0x00, 0), 0x00}},
}
#define MACRO_COLOR_FLAG(r, g, b, flag)
Definition mk64.h:131