|
|
|
|
@ -59,10 +59,10 @@ for(AbstractFeature* feature = o->firstFeature(); feature; feature = feature->ne
|
|
|
|
|
## Explicit template specializations |
|
|
|
|
|
|
|
|
|
The following specializations are explicitly compiled into @ref SceneGraph |
|
|
|
|
library. For other specializations (e.g. using @ref Double type) you have to |
|
|
|
|
use @ref Object.hpp implementation file to avoid linker errors. See also |
|
|
|
|
relevant sections in @ref SceneGraph-Object-explicit-specializations "Object" and |
|
|
|
|
@ref SceneGraph-AbstractTransformation-explicit-specializations "AbstractTransformation" |
|
|
|
|
library. For other specializations (e.g. using @ref Magnum::Double "Double" |
|
|
|
|
type) you have to use @ref Object.hpp implementation file to avoid linker |
|
|
|
|
errors. See also relevant sections in @ref SceneGraph-Object-explicit-specializations "Object" |
|
|
|
|
and @ref SceneGraph-AbstractTransformation-explicit-specializations "AbstractTransformation" |
|
|
|
|
class documentation or @ref compilation-speedup-hpp for more information. |
|
|
|
|
|
|
|
|
|
- @ref AbstractObject2D |
|
|
|
|
|