Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_mball.h
| Show First 20 Lines • Show All 69 Lines • ▼ Show 20 Lines | |||||
| void BKE_mball_select_swap(struct MetaBall *mb); | void BKE_mball_select_swap(struct MetaBall *mb); | ||||
| /* **** Depsgraph evaluation **** */ | /* **** Depsgraph evaluation **** */ | ||||
| struct EvaluationContext; | struct EvaluationContext; | ||||
| void BKE_mball_eval_geometry(const struct EvaluationContext *eval_ctx, | void BKE_mball_eval_geometry(const struct EvaluationContext *eval_ctx, | ||||
| struct MetaBall *mball); | struct MetaBall *mball); | ||||
| /* Draw Cache */ | |||||
| void BKE_mball_element_calc_display_m3x4(float r_scale_xform[3][4], | |||||
campbellbarton: Name STmat is a bit odd, what is an stmat? - could be more verbose & descriptive | |||||
| const float obmat[4][4], | |||||
| const float local_pos[3]); | |||||
| enum { | |||||
| BKE_MBALL_BATCH_DIRTY_ALL = 0, | |||||
| }; | |||||
| void BKE_mball_batch_cache_dirty(struct MetaBall *mb, int mode); | |||||
| void BKE_mball_batch_cache_free(struct MetaBall *mb); | |||||
| #endif | #endif | ||||
Name STmat is a bit odd, what is an stmat? - could be more verbose & descriptive