Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_cloth.h
| Show First 20 Lines • Show All 210 Lines • ▼ Show 20 Lines | |||||
| /* needed for implicit.c */ | /* needed for implicit.c */ | ||||
| int cloth_bvh_collision(struct Depsgraph *depsgraph, | int cloth_bvh_collision(struct Depsgraph *depsgraph, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| struct ClothModifierData *clmd, | struct ClothModifierData *clmd, | ||||
| float step, | float step, | ||||
| float dt); | float dt); | ||||
| /* -------------------------------------------------------------------- */ | /* -------------------------------------------------------------------- */ | ||||
| /* cloth.c */ | /* cloth.cc */ | ||||
| /* Needed for modifier.cc */ | /* Needed for modifier.cc */ | ||||
| /** Frees all. */ | /** Frees all. */ | ||||
| void cloth_free_modifier_extern(struct ClothModifierData *clmd); | void cloth_free_modifier_extern(struct ClothModifierData *clmd); | ||||
| /** Frees all. */ | /** Frees all. */ | ||||
| void cloth_free_modifier(struct ClothModifierData *clmd); | void cloth_free_modifier(struct ClothModifierData *clmd); | ||||
| void clothModifier_do(struct ClothModifierData *clmd, | void clothModifier_do(struct ClothModifierData *clmd, | ||||
| struct Depsgraph *depsgraph, | struct Depsgraph *depsgraph, | ||||
| Show All 20 Lines | |||||