|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| BLI_INLINE void | BKE_multires_construct_tangent_matrix (float tangent_matrix[3][3], const float dPdu[3], const float dPdv[3], const int corner) |
| BLI_INLINE void BKE_multires_construct_tangent_matrix | ( | float | tangent_matrix[3][3], |
| const float | dPdu[3], | ||
| const float | dPdv[3], | ||
| const int | corner | ||
| ) |
Definition at line 30 of file multires_inline.h.
References BLI_assert, copy_v3_v3(), cross_v3_v3v3(), mul_v3_fl(), and normalize_v3().
Referenced by average_construct_tangent_matrix(), eval_displacement(), and multires_reshape_tangent_matrix_for_corner().