|
|
|
@ -76,9 +76,9 @@ for(Object* child = o->firstChild(); child; child = child->nextSibling()) { |
|
|
|
## Explicit template specializations |
|
|
|
## Explicit template specializations |
|
|
|
|
|
|
|
|
|
|
|
The following specializations are explicitly compiled into @ref SceneGraph |
|
|
|
The following specializations are explicitly compiled into @ref SceneGraph |
|
|
|
library. For other specializations (e.g. using @ref Double type or special |
|
|
|
library. For other specializations (e.g. using @ref Magnum::Double "Double" |
|
|
|
transformation class) you have to use @ref Object.hpp implementation file to |
|
|
|
type or special transformation class) you have to use @ref Object.hpp |
|
|
|
avoid linker errors. See also relevant sections in |
|
|
|
implementation file to avoid linker errors. See also relevant sections in |
|
|
|
@ref SceneGraph-AbstractObject-explicit-specializations "AbstractObject" and |
|
|
|
@ref SceneGraph-AbstractObject-explicit-specializations "AbstractObject" and |
|
|
|
@ref SceneGraph-AbstractTransformation-explicit-specializations "AbstractTransformation" |
|
|
|
@ref SceneGraph-AbstractTransformation-explicit-specializations "AbstractTransformation" |
|
|
|
class documentation or @ref compilation-speedup-hpp for more information. |
|
|
|
class documentation or @ref compilation-speedup-hpp for more information. |
|
|
|
|