Blender
V3.3
|
#include "abc_axis_conversion.h"
#include "BLI_assert.h"
#include "BLI_math_geom.h"
#include "DNA_object_types.h"
Go to the source code of this file.
Namespaces | |
blender | |
blender::io | |
blender::io::alembic | |
Functions | |
void | blender::io::alembic::create_swapped_rotation_matrix (float rot_x_mat[3][3], float rot_y_mat[3][3], float rot_z_mat[3][3], const float euler[3], AbcAxisSwapMode mode) |
void | blender::io::alembic::copy_m44_axis_swap (float dst_mat[4][4], float src_mat[4][4], AbcAxisSwapMode mode) |
void | blender::io::alembic::create_transform_matrix (Object *obj, float r_yup_mat[4][4], AbcMatrixMode mode, Object *proxy_from) |