|
Blender
V3.3
|
Public Attributes | |
| LineartData * | ld |
| Mesh * | me |
| Object * | ob_eval |
| const MLoopTri * | mlooptri |
| LineartTriangle * | tri_array |
| LineartVert * | v_array |
| float | crease_threshold |
| bool | use_auto_smooth |
| bool | use_freestyle_face |
| int | freestyle_face_index |
| bool | use_freestyle_edge |
| int | freestyle_edge_index |
| LineartEdgeNeighbor * | edge_nabr |
Definition at line 1470 of file lineart_cpu.c.
| float EdgeFeatData::crease_threshold |
Definition at line 1477 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().
| LineartEdgeNeighbor* EdgeFeatData::edge_nabr |
Definition at line 1483 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().
| int EdgeFeatData::freestyle_edge_index |
Definition at line 1482 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().
| int EdgeFeatData::freestyle_face_index |
Definition at line 1480 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().
| LineartData* EdgeFeatData::ld |
Definition at line 1471 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().
| Mesh* EdgeFeatData::me |
Definition at line 1472 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().
| const MLoopTri* EdgeFeatData::mlooptri |
Definition at line 1474 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().
| Object* EdgeFeatData::ob_eval |
Definition at line 1473 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().
| LineartTriangle* EdgeFeatData::tri_array |
Definition at line 1475 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().
| bool EdgeFeatData::use_auto_smooth |
Definition at line 1478 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().
| bool EdgeFeatData::use_freestyle_edge |
Definition at line 1481 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().
| bool EdgeFeatData::use_freestyle_face |
Definition at line 1479 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().
| LineartVert* EdgeFeatData::v_array |
Definition at line 1476 of file lineart_cpu.c.
Referenced by lineart_geometry_object_load(), and lineart_identify_mlooptri_feature_edges().