small fixes
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
||||
/// <summary>
|
||||
/// Meshes scaling.
|
||||
/// </summary>
|
||||
Vector3 Scaling = Vector3(1);
|
||||
Vector3 Scaling = Vector3::One;
|
||||
|
||||
public:
|
||||
/// <summary>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved.
|
||||
|
||||
#include "OpenFBX/ofbx.h"
|
||||
#if COMPILE_WITH_MODEL_TOOL && USE_ASSIMP
|
||||
|
||||
#include "ModelTool.h"
|
||||
|
||||
Reference in New Issue
Block a user