You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vladimír Vondruš
a01c3f404d
SceneGraph: better way to traverse object hierarchies and features.
...
Direct access to list of children is now provided through
Object::children(), list of features is provided in
AbstractObject::features(). In most cases the range-based-for is good
enough, the previousSibling()/nextSibling() and
previousFeature()/nextFeature() functions are for the cases where user
needs more flexibility.
Because everything that was previously done using firstChild() etc. can
be now done also with children().first() etc., there would be more than
one way to do the same thing. Thus the old functions are now marked as
deprecated and will be removed in some future release.
11 years ago
..
best-practices.dox
doc: document all WebGL restrictions.
12 years ago
building.dox
package/archlinux: fixed development PKGBUILDs to work with pacman 4.2.
12 years ago
cmake.dox
modules: properly handle inter-project dependencies in FindMagnum.cmake.
11 years ago
coding-style.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
compilation-speedup.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
debug-tools.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
features.dox
Happy new year too.
12 years ago
getting-started-blue.png
Use SDL 2 instead of GLUT as the default and recommended toolkit.
12 years ago
getting-started.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
getting-started.png
Use SDL 2 instead of GLUT as the default and recommended toolkit.
12 years ago
mainpage.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
matrix-vector.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
method-chaining.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
namespaces.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
opengl-mapping.dox
Discourage usage of *Texture::setImage() even more.
12 years ago
opengl-support.dox
doc: we now have pretty complete ARB_direct_state_access support.
12 years ago
opengl.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
platform.dox
doc: have all references in docs relative to root namespace.
12 years ago
plugins.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
portability.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
scenegraph.dox
SceneGraph: better way to traverse object hierarchies and features.
11 years ago
shapes.dox
doc: have all references in docs relative to root namespace.
12 years ago
tips.dox
Happy new year too.
12 years ago
transformations.dox
Math: added half pi and Euler's number to constants.
12 years ago
troubleshooting.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
types.dox
doc: removed autolink-preventing % noise, removed unneeded HTML tags.
12 years ago
utilities.dox
doc: documented all command-line utilities.
12 years ago