Utility: First code cleaning pass

Former-commit-id: 834097e149f393c278e47ff31c8c4d12b0628d2b [formerly 5eb47a1c307a874555e07106b0d484ecc0958345] [formerly fab49feb40dbc3bfdc959659ff74a6d3a2b59606 [formerly a2be53055f8fb8123035e145ea2edb0043d780e2]]
Former-commit-id: d44f84cccad74434dc02a97a2a9b7a72dca49f5c [formerly d21b193e02096275d145af82ca4468f67ce1f74c]
Former-commit-id: 618d73318ca6c9ad86b091312858b38024b3a5e0
This commit is contained in:
Lynix
2016-09-04 20:39:34 +02:00
parent f21bc9f074
commit bcb05f13f8
22 changed files with 276 additions and 489 deletions

View File

@@ -22,10 +22,10 @@ namespace Nz
public:
struct Joint
{
Int32 parent;
Quaternionf bindOrient;
String name;
Vector3f bindPos;
int parent;
};
typedef Vector3ui Triangle;
@@ -58,9 +58,9 @@ namespace Nz
Ternary Check();
const Joint* GetJoints() const;
std::size_t GetJointCount() const;
UInt32 GetJointCount() const;
const Mesh* GetMeshes() const;
std::size_t GetMeshCount() const;
UInt32 GetMeshCount() const;
bool Parse();