mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-15 01:43:25 +00:00
Misc.
This commit is contained in:
parent
56a2422efa
commit
0336abf712
2 changed files with 0 additions and 2 deletions
|
|
@ -94,7 +94,6 @@ static void load_translated(aim_vector3<float> &v, const buffer &b)
|
||||||
This is Z UP, RH axis system - eMax (same as eMayaZUp) in fbx.
|
This is Z UP, RH axis system - eMax (same as eMayaZUp) in fbx.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// this is correct order and correct Y fix
|
|
||||||
READ(b, v.y);
|
READ(b, v.y);
|
||||||
READ(b, v.x);
|
READ(b, v.x);
|
||||||
READ(b, v.z);
|
READ(b, v.z);
|
||||||
|
|
|
||||||
|
|
@ -232,7 +232,6 @@ struct additional_parameters
|
||||||
float detalization_koef;
|
float detalization_koef;
|
||||||
};
|
};
|
||||||
|
|
||||||
// mechlab .asc format?
|
|
||||||
struct block
|
struct block
|
||||||
{
|
{
|
||||||
struct header
|
struct header
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue