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š cb0efb5d47 Vector3 constructor from Vector2 and optional Z/B value (default 0). 15 years ago
..
Math Vector3 constructor from Vector2 and optional Z/B value (default 0). 15 years ago
Primitives Doc++ 15 years ago
Test Using nullptr instead of 0 everywhere. 15 years ago
AbstractImporter.h Separate accessors for cameras and lights from objects in AbstractImporter. 15 years ago
AbstractMaterial.h Base class for materials. 15 years ago
AbstractShaderProgram.cpp (Ahem...) Happy New Year! 15 years ago
AbstractShaderProgram.h C++11 (move semantics) compatible class copy/move disabling. 15 years ago
AbstractTexture.cpp Using strongly-typed enums in AbstractTexture and derived classes. 15 years ago
AbstractTexture.h C++11 (move semantics) compatible class copy/move disabling. 15 years ago
Buffer.h C++11 (move semantics) compatible class copy/move disabling. 15 years ago
CMakeLists.txt Delegate finding of all dependencies to FindMagnum.cmake. 15 years ago
Camera.cpp Use Vector2<unsigned int> for viewport size in Camera instead of ints. 15 years ago
Camera.h Getter for Camera viewport size. 15 years ago
CubeMapTexture.h Doc++ 15 years ago
Image.h C++11 (move semantics) compatible class copy/move disabling. 15 years ago
IndexedMesh.cpp (Ahem...) Happy New Year! 15 years ago
IndexedMesh.h Added implicit constructors for Mesh and IndexedMesh. 15 years ago
Light.h Using nullptr instead of 0 everywhere. 15 years ago
Magnum.h Useful functions for making angle entering less error-prone. 15 years ago
Mesh.cpp (Ahem...) Happy New Year! 15 years ago
Mesh.h C++11 (move semantics) compatible class copy/move disabling. 15 years ago
MeshBuilder.h MeshBuilder: reworked index builder. 15 years ago
Object.cpp Using nullptr instead of 0 everywhere. 15 years ago
Object.h C++11 (move semantics) compatible class copy/move disabling. 15 years ago
Scene.cpp Using nullptr instead of 0 everywhere. 15 years ago
Scene.h C++11 way of disabling access to irrelevant functions in Scene. 15 years ago
Shader.cpp (Ahem...) Happy New Year! 15 years ago
Shader.h C++11 (move semantics) compatible class copy/move disabling. 15 years ago
SizeTraits.cpp SizeTraits, SizeBasedCall and relevant classes. 15 years ago
SizeTraits.h SizeTraits, SizeBasedCall and relevant classes. 15 years ago
Texture.cpp Fixed compiler warning. 15 years ago
Texture.h Doc++ 15 years ago
TypeTraits.h Doc++ 15 years ago