|
Blender
V2.93
|
#include <BKE_cloth.h>
Public Attributes | |
| int | status |
| int | max_iterations |
| int | min_iterations |
| float | avg_iterations |
| float | max_error |
| float | min_error |
| float | avg_error |
Definition at line 64 of file BKE_cloth.h.
| float ClothSolverResult::avg_error |
Definition at line 69 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().
| float ClothSolverResult::avg_iterations |
Definition at line 68 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().
| float ClothSolverResult::max_error |
Definition at line 69 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().
| int ClothSolverResult::max_iterations |
Definition at line 67 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().
| float ClothSolverResult::min_error |
Definition at line 69 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().
| int ClothSolverResult::min_iterations |
Definition at line 67 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().
| int ClothSolverResult::status |
Definition at line 65 of file BKE_cloth.h.
Referenced by cloth_clear_result(), and cloth_record_result().