AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
model.cpp File Reference
#include "model.h"
#include "adtfile.h"
#include "mpq_libmpq04.h"
#include "vmapexport.h"
#include "wmo.h"
#include <G3D/Quat.h>
#include <cassert>
#include <cstdio>
#include <limits>

Go to the source code of this file.

Functions

Vec3D fixCoordSystem (Vec3D const &v)
 

Function Documentation

◆ fixCoordSystem()

Vec3D fixCoordSystem ( Vec3D const &  v)
134{
135 return Vec3D(v.x, v.z, -v.y);
136}
Definition: vec3d.h:25

References Vec3D::x, Vec3D::y, and Vec3D::z.

Referenced by Model::open().