Blender
V3.3
|
Public Attributes | |
const MLoopTri * | mlooptri |
const MLoop * | mloop |
int | verts_num |
int | tris_num |
float(* | verts )[3] |
float(* | vnors )[3] |
float(* | root )[3] |
float(* | tip )[3] |
int | numsource |
float * | H |
float * | p |
float * | mindist |
BVHTree * | bvhtree |
const MLoopTri ** | vltree |
Definition at line 76 of file meshlaplacian.c.
BVHTree* LaplacianSystem::HeatWeighting::bvhtree |
Definition at line 92 of file meshlaplacian.c.
Referenced by heat_ray_source_visible(), heat_ray_tree_create(), and heat_system_free().
float* LaplacianSystem::HeatWeighting::H |
Definition at line 88 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), heat_set_H(), heat_system_free(), and laplacian_system_construct_end().
float* LaplacianSystem::HeatWeighting::mindist |
Definition at line 90 of file meshlaplacian.c.
Referenced by heat_laplacian_create(), heat_set_H(), and heat_system_free().
const MLoop* LaplacianSystem::HeatWeighting::mloop |
Definition at line 78 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), and heat_ray_tree_create().
const MLoopTri* LaplacianSystem::HeatWeighting::mlooptri |
Definition at line 77 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), heat_ray_tree_create(), and heat_system_free().
int LaplacianSystem::HeatWeighting::numsource |
Definition at line 86 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), and heat_set_H().
float* LaplacianSystem::HeatWeighting::p |
Definition at line 89 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), heat_set_H(), and heat_system_free().
float(* LaplacianSystem::HeatWeighting::root)[3] |
Definition at line 84 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_ray_source_visible(), and heat_source_distance().
float(* LaplacianSystem::HeatWeighting::tip)[3] |
Definition at line 85 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_ray_source_visible(), and heat_source_distance().
int LaplacianSystem::HeatWeighting::tris_num |
Definition at line 80 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), and heat_ray_tree_create().
float(* LaplacianSystem::HeatWeighting::verts)[3] |
Definition at line 81 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), heat_ray_source_visible(), heat_ray_tree_create(), and heat_source_distance().
int LaplacianSystem::HeatWeighting::verts_num |
Definition at line 79 of file meshlaplacian.c.
Referenced by heat_bone_weighting(), heat_laplacian_create(), and heat_ray_tree_create().
const MLoopTri** LaplacianSystem::HeatWeighting::vltree |
Definition at line 93 of file meshlaplacian.c.
Referenced by heat_ray_source_visible(), heat_ray_tree_create(), and heat_system_free().
float(* LaplacianSystem::HeatWeighting::vnors)[3] |
Definition at line 82 of file meshlaplacian.c.
Referenced by heat_calc_vnormals(), heat_source_distance(), and heat_system_free().