Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_mball_tessellate.h
| Show All 20 Lines | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| struct Depsgraph; | struct Depsgraph; | ||||
| struct Object; | struct Object; | ||||
| struct Scene; | struct Scene; | ||||
| struct Mesh; | |||||
| void BKE_mball_polygonize(struct Depsgraph *depsgraph, | void BKE_mball_polygonize(struct Depsgraph *depsgraph, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| struct ListBase *dispbase); | struct ListBase *dispbase); | ||||
| void BKE_mball_cubeTable_free(void); | void BKE_mball_cubeTable_free(void); | ||||
| struct Mesh *BKE_repolygonize_dm(struct Mesh *dm, | |||||
| float thresh, | |||||
| float basesize[3], | |||||
| float wiresize, | |||||
| float rendersize, | |||||
| bool render, | |||||
| bool override_size, | |||||
| int defgrp_size); | |||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||