Blender  V3.3
Classes | Typedefs | Functions
BKE_subdiv_mesh.h File Reference
#include "BLI_sys_types.h"

Go to the source code of this file.

Classes

struct  SubdivToMeshSettings
 

Typedefs

typedef struct SubdivToMeshSettings SubdivToMeshSettings
 

Functions

struct MeshBKE_subdiv_to_mesh (struct Subdiv *subdiv, const SubdivToMeshSettings *settings, const struct Mesh *coarse_mesh)
 
void BKE_subdiv_mesh_interpolate_position_on_edge (const struct Mesh *coarse_mesh, const struct MEdge *coarse_edge, bool is_simple, float u, float pos_r[3])
 

Typedef Documentation

◆ SubdivToMeshSettings

Function Documentation

◆ BKE_subdiv_mesh_interpolate_position_on_edge()

void BKE_subdiv_mesh_interpolate_position_on_edge ( const struct Mesh coarse_mesh,
const struct MEdge coarse_edge,
bool  is_simple,
float  u,
float  pos_r[3] 
)

◆ BKE_subdiv_to_mesh()

struct Mesh* BKE_subdiv_to_mesh ( struct Subdiv subdiv,
const SubdivToMeshSettings settings,
const struct Mesh coarse_mesh 
)