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š
0d3bfd4044
Reducing pointer chasings, part 3c: less pointer passing in SceneGraph.
...
Main change is that features take reference to containing object instead
of pointer, as the feature must always belong to some object. Feature
groups now return references to features and features return reference
to containing object, as these cannot be null.
Passing `*this` to AbstractFeature (and Camera[23]D) constructor might
now clash with deleted copy constructor, added templated constructor to
catch and resolve these ambiguous cases.
13 years ago
..
best-practices.dox
Added Tegra best practices to documentation.
13 years ago
building.dox
Workaround Doxygen misparse.
13 years ago
cmake.dox
Physics shape rework #7 : renamed Physics namespace to Shapes.
13 years ago
coding-style.dox
Deinlined heavy functions and removed redundant `inline` everywhere else.
13 years ago
compilation-speedup.dox
Physics shape rework #7 : renamed Physics namespace to Shapes.
13 years ago
debug-tools.dox
Reducing pointer chasings, part 1: method chaining via references.
13 years ago
features.dox
Shape rework #8 : updated documentation.
13 years ago
mainpage.dox
Updated NaCl-related documentation and stuff.
13 years ago
matrix-vector.dox
Math: ability to access also matrix row vectors.
13 years ago
method-chaining.dox
Reducing pointer chasings, part 1: method chaining via references.
13 years ago
namespaces.dox
Shape rework #8 : updated documentation.
13 years ago
platform.dox
Platform: documentation updates.
13 years ago
portability.dox
Platform: portable application arguments specification.
13 years ago
required-extensions.dox
Initial support for OpenGL 4.4.
13 years ago
scenegraph.dox
Reducing pointer chasings, part 3c: less pointer passing in SceneGraph.
13 years ago
shapes.dox
Shape rework #8 : updated documentation.
13 years ago
tips.dox
Relicensing to MIT/Expat license, part 4: CMake and documentation files.
13 years ago
transformations.dox
Math: renamed {rotationAngle, rotationAxis}() -> {rotation, angle, axis}().
13 years ago
types.dox
Relicensing to MIT/Expat license, part 4: CMake and documentation files.
13 years ago
unsupported.dox
Added ES2-only support for GL_LUMINANCE{,_ALPHA}.
13 years ago