mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
The cache.bin, as well as the client use these data structs in WXYZ order. However, when you actually construct a Quaternion in ACE (Which uses a System.Numerics native type), the arguments are passed in XYZW. I prefer XYZW order, but, to keep things in lined with the client, I've univied angles to be WXYZ order in our cache.bin exporter and in ACE. |
||
|---|---|---|
| .. | ||
| CookBookSQLWriter.cs | ||
| EncounterSQLWriter.cs | ||
| EventSQLWriter.cs | ||
| HousePortalSQLWriter.cs | ||
| LandblockInstancesWriter.cs | ||
| QuestSQLWriter.cs | ||
| RecipeSQLWriter.cs | ||
| SpellSQLWriter.cs | ||
| TreasureDeathSQLWriter.cs | ||
| TreasureWieldedSQLWriter.cs | ||
| WeenieSQLWriter.cs | ||