summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/code/GenVertexNormalsProcess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/code/GenVertexNormalsProcess.h')
-rw-r--r--src/3rdparty/assimp/code/GenVertexNormalsProcess.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/3rdparty/assimp/code/GenVertexNormalsProcess.h b/src/3rdparty/assimp/code/GenVertexNormalsProcess.h
index 5d8b61ead..0471ed6b0 100644
--- a/src/3rdparty/assimp/code/GenVertexNormalsProcess.h
+++ b/src/3rdparty/assimp/code/GenVertexNormalsProcess.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,
@@ -86,7 +87,7 @@ public:
// setter for configMaxAngle
- inline void SetMaxSmoothAngle(float f)
+ inline void SetMaxSmoothAngle(ai_real f)
{
configMaxAngle =f;
}
@@ -104,10 +105,9 @@ public:
private:
/** Configuration option: maximum smoothing angle, in radians*/
- float configMaxAngle;
+ ai_real configMaxAngle;
};
} // end of namespace Assimp
#endif // !!AI_GENVERTEXNORMALPROCESS_H_INC
-