Browse Source

SceneGraph: added forgotten extern template.

vectorfields
Vladimír Vondruš 14 years ago
parent
commit
31ead0e35d
  1. 1
      src/SceneGraph/Camera.h

1
src/SceneGraph/Camera.h

@ -41,6 +41,7 @@ namespace Implementation {
template<class MatrixType> MatrixType aspectRatioFix(AspectRatioPolicy aspectRatioPolicy, const Vector2& projectionAspectRatio, const Math::Vector2<GLsizei>& viewport);
/* These templates are instantiated in source file */
extern template SCENEGRAPH_EXPORT Matrix3 aspectRatioFix<Matrix3>(AspectRatioPolicy, const Vector2&, const Math::Vector2<GLsizei>&);
extern template SCENEGRAPH_EXPORT Matrix4 aspectRatioFix<Matrix4>(AspectRatioPolicy, const Vector2&, const Math::Vector2<GLsizei>&);
}
#endif

Loading…
Cancel
Save