|
Blender V4.3
|
Public Attributes | |
| float(* | nors_a )[3] |
| float(* | nors_b )[3] |
| GHash * | nors_gh_a |
| GHash * | nors_gh_b |
Store data for each loop pair, needed so we don't get feedback loop reading/writing the mesh data.
currently only used to store vert-spline-handles, but may be extended for other uses.
Definition at line 433 of file bmo_subdivide_edgering.cc.
| float(* LoopPairStore::nors_a)[3] |
Definition at line 435 of file bmo_subdivide_edgering.cc.
Referenced by bm_edgering_pair_interpolate(), bm_edgering_pair_store_create(), and bm_edgering_pair_store_free().
| float(* LoopPairStore::nors_b)[3] |
Definition at line 436 of file bmo_subdivide_edgering.cc.
Referenced by bm_edgering_pair_interpolate(), bm_edgering_pair_store_create(), and bm_edgering_pair_store_free().
| GHash* LoopPairStore::nors_gh_a |
Definition at line 440 of file bmo_subdivide_edgering.cc.
Referenced by bm_edgering_pair_interpolate(), bm_edgering_pair_store_create(), and bm_edgering_pair_store_free().
| GHash* LoopPairStore::nors_gh_b |
Definition at line 441 of file bmo_subdivide_edgering.cc.
Referenced by bm_edgering_pair_interpolate(), bm_edgering_pair_store_create(), and bm_edgering_pair_store_free().