Home
last modified time | relevance | path

Searched refs:bind_rotation (Results 1 – 4 of 4) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/garbage/ogftool/
H A Dogftool.h95 struct vector3f bind_rotation; member
H A Dogftool.cc420 r.r_vector3f(bone->bind_rotation); in r_chunk_s_ikdata()
436 w.w_vector3f(bone->bind_rotation); in w_chunk_s_ikdata()
/dports/games/xray_re-tools/xray_re-tools-52721d2/perl_scripts/dumpers/misc/
H A Ddump_ogf.pl753 my @bind_rotation = $packet->unpack('f3');
754 printf " bind_rotation: %f, %f, %f\n", @bind_rotation;
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/ogf2obj/
H A Dogf2obj.cpp213 struct vector3f bind_rotation; member