|
SpaghettiKart
|
#include <actors.h>#include <libultra/gbi.h>#include <main.h>#include <assets/models/common_data.h>#include <assets/textures/common_data.h>#include "courses/all_course_data.h"#include <assets/models/tracks/kalimari_desert/kalimari_desert_data.h>#include <assets/models/tracks/bowsers_castle/bowsers_castle_data.h>Go to the source code of this file.
Functions | |
| void | render_actor_tree_mario_raceway (Camera *camera, Mat4 arg1, struct Actor *arg2) |
| Renders the tree actor in Mario rawceay. | |
| void | render_actor_tree_yoshi_valley (Camera *camera, Mat4 arg1, struct Actor *arg2) |
| Renders the tree actor in Yoshi Valley. | |
| void | render_actor_tree_royal_raceway (Camera *camera, Mat4 arg1, struct Actor *arg2) |
| Renders the tree actor in Royal Raceway. | |
| void | render_actor_tree_moo_moo_farm (Camera *camera, Mat4 arg1, struct Actor *arg2) |
| Renders the tree actor in Moo Moo Farm. | |
| void | render_actor_tree_luigi_raceway (Camera *camera, Mat4 arg1, struct Actor *arg2) |
| void | render_actor_tree_peach_castle (Camera *camera, Mat4 arg1, struct Actor *arg2) |
| Renders Peach's Castle trees in Royal Raceway. | |
| void | render_actor_bush_bowser_castle (Camera *camera, Mat4 arg1, struct Actor *arg2) |
| Renders the bush actor in Bowser's Castle. | |
| void | render_actor_tree_frappe_snowland (Camera *camera, Mat4 arg1, struct Actor *arg2) |
| Renders the tree actor in Frappe Snowland. | |
| void | render_actor_tree_cactus1_kalimari_desert (Camera *camera, Mat4 arg1, struct Actor *arg2) |
| Renders the a first variant of cactus in Kalimari Desert. | |
| void | render_actor_tree_cactus2_kalimari_desert (Camera *camera, Mat4 arg1, struct Actor *arg2) |
| Renders the a second variant of cactus in Kalimari Desert. | |
| void | render_actor_tree_cactus3_kalimari_desert (Camera *camera, Mat4 arg1, struct Actor *arg2) |
| Renders the a third variant of cactus in Kalimari Desert. | |
Renders the bush actor in Bowser's Castle.
| camera | |
| arg1 | |
| arg2 |
Renders the a first variant of cactus in Kalimari Desert.
| camera | |
| arg1 | |
| arg2 |
Renders the a second variant of cactus in Kalimari Desert.
| camera | |
| arg1 | |
| arg2 |
Renders the a third variant of cactus in Kalimari Desert.
| camera | |
| arg1 | |
| arg2 |
Renders the tree actor in Frappe Snowland.
| camera | |
| arg1 | |
| arg2 |
Renders the tree actor in Mario rawceay.
| camera | |
| arg1 | |
| arg2 |
Renders the tree actor in Moo Moo Farm.
| camera | |
| arg1 | |
| arg2 |
Renders Peach's Castle trees in Royal Raceway.
| camera | |
| arg1 | |
| arg2 |
Renders the tree actor in Royal Raceway.
| camera | |
| arg1 | |
| arg2 |