Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/intern/draw_subdivision.h
| Show First 20 Lines • Show All 179 Lines • ▼ Show 20 Lines | |||||
| } DRWSubdivCache; | } DRWSubdivCache; | ||||
| /* Only frees the data of the cache, caller is responsible to free the cache itself if necessary. | /* Only frees the data of the cache, caller is responsible to free the cache itself if necessary. | ||||
| */ | */ | ||||
| void draw_subdiv_cache_free(DRWSubdivCache *cache); | void draw_subdiv_cache_free(DRWSubdivCache *cache); | ||||
| /** \} */ | /** \} */ | ||||
| void DRW_create_subdivision(const struct Scene *scene, | void DRW_create_subdivision(struct Object *ob, | ||||
| struct Object *ob, | |||||
| struct Mesh *mesh, | struct Mesh *mesh, | ||||
| struct MeshBatchCache *batch_cache, | struct MeshBatchCache *batch_cache, | ||||
| struct MeshBufferCache *mbc, | struct MeshBufferCache *mbc, | ||||
| const bool is_editmode, | const bool is_editmode, | ||||
| const bool is_paint_mode, | const bool is_paint_mode, | ||||
| const bool is_mode_active, | const bool is_mode_active, | ||||
| const float obmat[4][4], | const float obmat[4][4], | ||||
| const bool do_final, | const bool do_final, | ||||
| ▲ Show 20 Lines • Show All 111 Lines • Show Last 20 Lines | |||||