5#ifndef __SUBD_SPLIT_H__
6#define __SUBD_SPLIT_H__
38 void resolve_edge_factors(
Subpatch &sub);
43 void split(
Subpatch &sub,
int depth = 0);
45 int num_alloced_verts = 0;
46 int alloc_verts(
int n);
void split_patches(Patch *patches, size_t patches_byte_stride)
void split_quad(const Mesh::SubdFace &face, Patch *patch)
void split_ngon(const Mesh::SubdFace &face, Patch *patches, size_t patches_byte_stride)
DiagSplit(const SubdParams ¶ms)
#define CCL_NAMESPACE_END