22 if (CVarGetInteger(
"gNoCulling", 0) == 1) {
23 temp_f0 =
MAX(temp_f0, 0.0f);
29 if (CVarGetInteger(
"gDisableLod", 1) == 1) {
39 switch (arg1->
state) {
52 if (temp_f0 < 160000.0f) {
54 }
else if (temp_f0 < 640000.0f) {
59 }
else if (temp_f0 < 160000.0f) {
void render_actor_box_truck(Camera *arg0, struct Actor *arg1)
Renders the box truck actor. Actor used in Toad's Turnpike. His update are made in vehicle.
Definition render.inc.c:16
f32 gCameraFOV[NUM_CAMERAS]
Definition main.c:124
f32 is_within_render_distance(Vec3f cameraPos, Vec3f objectPos, u16 orientationY, f32 minDistance, f32 fov, f32 maxDistance)
Definition math_util.c:1099