Go to the source code of this file.
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 | |
FoliageDropList * | drops | |
FoliageVectorList * | vectors | |
EvtScript * | callback |
struct ShakeTreeConfig |
Data Fields | ||
---|---|---|
FoliageModelList * | leaves | |
FoliageModelList * | trunk | |
FoliageDropList * | drops | |
FoliageVectorList * | vectors | |
EvtScript * | callback |
struct FoliageDropList.drops |
Definition at line 41 of file FoliageTransform.inc.c.