Browse Source

SceneGraph: instantiate also integer TranslationTransformation.

Fugly workaround for mingw issues.
pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
29c2f16399
  1. 2
      src/SceneGraph/instantiation.cpp

2
src/SceneGraph/instantiation.cpp

@ -61,6 +61,8 @@ template class MAGNUM_SCENEGRAPH_EXPORT Object<BasicRigidMatrixTransformation2D<
template class MAGNUM_SCENEGRAPH_EXPORT Object<BasicRigidMatrixTransformation3D<Float>>;
template class MAGNUM_SCENEGRAPH_EXPORT Object<TranslationTransformation<2, Float>>;
template class MAGNUM_SCENEGRAPH_EXPORT Object<TranslationTransformation<3, Float>>;
template class MAGNUM_SCENEGRAPH_EXPORT Object<TranslationTransformation<2, Float, Int>>;
template class MAGNUM_SCENEGRAPH_EXPORT Object<TranslationTransformation<3, Float, Int>>;
#endif
}}

Loading…
Cancel
Save