487 Commits (73a515e0c0ffd3763474e81176e52df255ab408f)
 

Author SHA1 Message Date
Vladimír Vondruš 3cefff08cc Better project URLs. 14 years ago
Vladimír Vondruš 5bfdac108c Added some TODOs. 14 years ago
Vladimír Vondruš c94acf2920 Fixed #include. 14 years ago
Vladimír Vondruš 57ae567a36 Simplified attribute binding in AbstractShaderProgram. 14 years ago
Vladimír Vondruš f410266512 Added function to get OpenGL internal ID for given texture. 14 years ago
Vladimír Vondruš 0befe23356 Function to get target of Texture. 14 years ago
Vladimír Vondruš b641085b21 Doc++ 14 years ago
Vladimír Vondruš b0756190c2 Added Buffer::id() for retrieving OpenGL internal buffer ID. 14 years ago
Vladimír Vondruš 0c1f789ab7 Functions changing OpenGL internal state shouldn't be constant. 14 years ago
Vladimír Vondruš 1306ec5b75 Micro-optimized Phong vertex shader. 14 years ago
Vladimír Vondruš 265da56976 Added class Trade::MeshObjectData, specialized for mesh instance types. 14 years ago
Vladimír Vondruš 04f45a0598 Non-const access to children in Trade::ObjectData. 14 years ago
Vladimír Vondruš 42db34ea43 Added function returning default scene of imported file. 14 years ago
Vladimír Vondruš c8e33a74cc "constexpr"-ized Matrix and Vector classes. 14 years ago
Vladimír Vondruš 8761e1f636 Using "initializer-list" constructors for Matrix everywhere. 14 years ago
Vladimír Vondruš b8f09a0616 Added arithmetic assign operators to Matrix and Vector. 14 years ago
Vladimír Vondruš b1159775f3 Added children and instance type and ID to Trade::ObjectData. 14 years ago
Vladimír Vondruš d3635e348e Added children array to Trade::SceneData. 14 years ago
Vladimír Vondruš 1cf69616a3 Documentation updates, "markdownization". 14 years ago
Vladimír Vondruš 83150f003e Using noun instead of verb for inverse matrix function. 14 years ago
Vladimír Vondruš 8c92224ff8 Type-safe shader attributes. 14 years ago
Vladimír Vondruš cd4fce8926 AbstractShaderProgram documentation: number attributes from 0. 14 years ago
Vladimír Vondruš 62fb2d5470 Using MurmurHash in MeshTools::Clean. 14 years ago
Vladimír Vondruš 7c2f1bec77 Cleaned up CMakeLists. 14 years ago
Vladimír Vondruš 1f2aa86be3 Fixed awesome bug in Vector3 constructor. 14 years ago
Vladimír Vondruš 05107f383b Doc: some workarounds for Doxygen C++11 support etc. 14 years ago
Vladimír Vondruš 171c75aca9 Naming consistency for variadic templates. 14 years ago
Vladimír Vondruš ac4a6fd31d Doc++ 14 years ago
Vladimír Vondruš b6ac0125dc "Initializer-list" constructor also for Matrix. 14 years ago
Vladimír Vondruš f8d44a19ed Removed wrong TODO. 14 years ago
Vladimír Vondruš 7a03e48df8 Finally "initializer-list" constructor for Vector. 14 years ago
Vladimír Vondruš 7911c22eff Removed convenience functions with "unwrapped" Vector parameters. 14 years ago
Vladimír Vondruš 28adf2c98b Added length parameter to Vector3::[xyz]Axis(). 14 years ago
Vladimír Vondruš aedc90e712 Doc++ 14 years ago
Vladimír Vondruš 5d3f54edb2 Warn and assertion fail when mesh has no vertices/indexes before drawing. 14 years ago
Vladimír Vondruš 45200899ed Assertion fail when user is doing something wrong with shaders. 14 years ago
Vladimír Vondruš e3f0edd418 Convenience functions for setting buffer data from vector. 14 years ago
Vladimír Vondruš 8d7a6078c3 Doc++ 14 years ago
Vladimír Vondruš eacad4895f Added normals array to Icosphere primitive. 14 years ago
Vladimír Vondruš 596ab6b6a6 Removed MeshBuilder class, as it is finally not used anymore. 14 years ago
Vladimír Vondruš 9418ff6e97 Removed unused AbstractPrimitive class. 14 years ago
Vladimír Vondruš 7dae98ded1 Primitives: using MeshData instead of AbstractPrimitive. 14 years ago
Vladimír Vondruš c1158e0995 MeshData: use four-component vectors for vertices. 14 years ago
Vladimír Vondruš 5306d46b49 Removed MeshTools::AbstractTool, as nothing depends on it. 14 years ago
Vladimír Vondruš 02b71d6b15 MeshTools: removed dependency on MeshBuilder in Clean and Subdivide. 14 years ago
Vladimír Vondruš 9e81d4b6c3 Fixed awesome mistake in Math::TypeTraits. 14 years ago
Vladimír Vondruš 571f41f53f MeshTools: removed dependency on MeshBuilder in Tipsify. 14 years ago
Vladimír Vondruš fb0c4f0d15 MeshTools: tool for interleaving attribute arrays. 14 years ago
Vladimír Vondruš 9ea3a36105 Added function Mesh::isInterleaved(). 14 years ago
Vladimír Vondruš bca691f2b7 MeshTools: tool for compressing index array. 14 years ago