Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_displist.h
| Show First 20 Lines • Show All 106 Lines • ▼ Show 20 Lines | void BKE_displist_make_curveTypes_forRender(struct Depsgraph *depsgraph, | ||||
| struct Mesh **r_final, | struct Mesh **r_final, | ||||
| const bool for_orco); | const bool for_orco); | ||||
| void BKE_displist_make_mball(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob); | void BKE_displist_make_mball(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *ob); | ||||
| void BKE_displist_make_mball_forRender(struct Depsgraph *depsgraph, | void BKE_displist_make_mball_forRender(struct Depsgraph *depsgraph, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| struct ListBase *dispbase); | struct ListBase *dispbase); | ||||
| bool BKE_curve_calc_modifiers_pre(struct Depsgraph *depsgraph, | |||||
| struct Scene *scene, | |||||
| struct Object *ob, | |||||
| struct ListBase *source_nurb, | |||||
| struct ListBase *target_nurb, | |||||
| const bool for_render); | |||||
| bool BKE_displist_surfindex_get(DispList *dl, int a, int *b, int *p1, int *p2, int *p3, int *p4); | bool BKE_displist_surfindex_get(DispList *dl, int a, int *b, int *p1, int *p2, int *p3, int *p4); | ||||
| void BKE_displist_fill(const struct ListBase *dispbase, | void BKE_displist_fill(const struct ListBase *dispbase, | ||||
| struct ListBase *to, | struct ListBase *to, | ||||
| const float normal_proj[3], | const float normal_proj[3], | ||||
| const bool flip_normal); | const bool flip_normal); | ||||
| float BKE_displist_calc_taper( | float BKE_displist_calc_taper( | ||||
| struct Depsgraph *depsgraph, struct Scene *scene, struct Object *taperobj, int cur, int tot); | struct Depsgraph *depsgraph, struct Scene *scene, struct Object *taperobj, int cur, int tot); | ||||
| void BKE_displist_minmax(struct ListBase *dispbase, float min[3], float max[3]); | void BKE_displist_minmax(struct ListBase *dispbase, float min[3], float max[3]); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||