Data Structures | |
struct | FoliageModelList |
struct | FoliageDropList |
struct | FoliageVectorList |
struct | SearchBushConfig |
struct | ShakeTreeConfig |
struct | FoliageDropList.drops |
Functions | |
void N | foliage_setup_shear_mtx (Matrix4f mtx, f32 scale, f32 xAmount, f32 zAmount) |
struct FoliageModelList |
Data Fields | ||
---|---|---|
s32 | count | |
s32 | models[VLA] |
struct FoliageDropList |
Data Fields | ||
---|---|---|
s32 | count | |
struct FoliageDropList.drops | drops[VLA] |
struct SearchBushConfig |
Data Fields | ||
---|---|---|
FoliageModelList * | bush | |
EvtScript * | callback | |
FoliageDropList * | drops | |
FoliageVectorList * | vectors |
struct ShakeTreeConfig |
Data Fields | ||
---|---|---|
EvtScript * | callback | |
FoliageDropList * | drops | |
FoliageModelList * | leaves | |
FoliageModelList * | trunk | |
FoliageVectorList * | vectors |
struct FoliageDropList.drops |
void N foliage_setup_shear_mtx | ( | Matrix4f | mtx, |
f32 | scale, | ||
f32 | xAmount, | ||
f32 | zAmount ) |