summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/OpenGEXStructs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/OpenGEXStructs.h')
-rw-r--r--src/3rdparty/assimp/code/OpenGEXStructs.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/3rdparty/assimp/code/OpenGEXStructs.h b/src/3rdparty/assimp/code/OpenGEXStructs.h
index 837597975..6144a10c5 100644
--- a/src/3rdparty/assimp/code/OpenGEXStructs.h
+++ b/src/3rdparty/assimp/code/OpenGEXStructs.h
@@ -2,7 +2,8 @@
Open Asset Import Library (assimp)
----------------------------------------------------------------------
-Copyright (c) 2006-2016, assimp team
+Copyright (c) 2006-2017, assimp team
+
All rights reserved.
Redistribution and use of this software in source and binary forms,
@@ -113,7 +114,6 @@ struct LightObject {
bool shadowFlag;
};
-
struct CameraObject {
float focalLength;
float nearDepth;
@@ -146,7 +146,6 @@ struct Name {
std::string name;
};
-
struct ObjectRef {
Object *targetStructure;
};
@@ -173,7 +172,6 @@ struct BoneIndex {
unsigned short *arrayStorage;
};
-
struct BoneWeight {
int boneWeightCount;
const float *boneWeightArray;