Blender V4.3
BKE_mesh_remesh_voxel.hh File Reference

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::bke
 

Functions

MeshBKE_mesh_remesh_voxel_fix_poles (const Mesh *mesh)
 
MeshBKE_mesh_remesh_voxel (const Mesh *mesh, float voxel_size, float adaptivity, float isovalue)
 
MeshBKE_mesh_remesh_quadriflow (const Mesh *mesh, int target_faces, int seed, bool preserve_sharp, bool preserve_boundary, bool adaptive_scale, void(*update_cb)(void *, float progress, int *cancel), void *update_cb_data)
 
void blender::bke::mesh_remesh_reproject_attributes (const Mesh &src, Mesh &dst)
 

Function Documentation

◆ BKE_mesh_remesh_quadriflow()

Mesh * BKE_mesh_remesh_quadriflow ( const Mesh * mesh,
int target_faces,
int seed,
bool preserve_sharp,
bool preserve_boundary,
bool adaptive_scale,
void(* update_cb )(void *, float progress, int *cancel),
void * update_cb_data )

Definition at line 138 of file mesh_remesh_voxel.cc.

References seed, and UNUSED_VARS.

Referenced by blender::ed::object::quadriflow_start_job().

◆ BKE_mesh_remesh_voxel()

Mesh * BKE_mesh_remesh_voxel ( const Mesh * mesh,
float voxel_size,
float adaptivity,
float isovalue )

◆ BKE_mesh_remesh_voxel_fix_poles()