A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
Kart::BSP::Hitbox Struct Reference

#include <KartParam.hh>

Description

Represents one of the many hitboxes that make up a vehicle.

Definition at line 10 of file KartParam.hh.

Public Attributes

u16 enable
 Specifies if this is an active hitbox (since BSP always has 16).
 
EGG::Vector3f position
 The relative position of the hitbox.
 
f32 radius
 
u16 wallsOnly
 
u16 tireCollisionIdx
 

Member Data Documentation

◆ enable

u16 Kart::BSP::Hitbox::enable

Specifies if this is an active hitbox (since BSP always has 16).

Definition at line 11 of file KartParam.hh.

◆ position

EGG::Vector3f Kart::BSP::Hitbox::position

The relative position of the hitbox.

Definition at line 12 of file KartParam.hh.

◆ radius

f32 Kart::BSP::Hitbox::radius

Definition at line 13 of file KartParam.hh.

◆ tireCollisionIdx

u16 Kart::BSP::Hitbox::tireCollisionIdx

Definition at line 15 of file KartParam.hh.

◆ wallsOnly

u16 Kart::BSP::Hitbox::wallsOnly

Definition at line 14 of file KartParam.hh.