333 Commits (fd1d8e7717da0e03503ef6bb535d76dd9ec3edda)
 

Author SHA1 Message Date
Vladimír Vondruš fd1d8e7717 Removed Object::setTransformationFrom(). 14 years ago
Vladimír Vondruš f2c37d9dd8 Using explicit constructors for templated type in Vector. 14 years ago
Vladimír Vondruš 071180ebcd Function for getting rotation part of Matrix4. 14 years ago
Vladimír Vondruš 5293429f31 Ability to construct Matrix from column vectors. 14 years ago
Vladimír Vondruš ea39f3735e Vector dot product is now static function instead of operator*(). 14 years ago
Vladimír Vondruš e8c76b7d96 Forced exclusive use of bracket operators in Matrix and Vector. 14 years ago
Vladimír Vondruš 7e1a260286 Removed && and std::forward from Matrix and Vector constructors. 14 years ago
Vladimír Vondruš 8b69969fbf Explicit default Matrix constructor. 14 years ago
Vladimír Vondruš 8b7d0891d4 Removed Object::scale(GLfloat, bool), as Vector can be used directly. 14 years ago
Vladimír Vondruš a3b754b88e Possiblity for constructing Vector from one value, like in GLSL. 14 years ago
Vladimír Vondruš 5c9310605a Finally fixed light intensity computation bug in PhongShader. 14 years ago
Vladimír Vondruš ffb52f4e29 (Smooth) normals for Cube primitive. 14 years ago
Vladimír Vondruš f839963622 Storing Light position as Vector4, not Vector3. 14 years ago
Vladimír Vondruš 5cee018ec1 Added normals to Plane primitive. 14 years ago
Vladimír Vondruš 7f194f94b4 Trade::MeshData const-correctness. 14 years ago
Vladimír Vondruš 37eff1149b Using Vertex Array Objects for mesh drawing. 14 years ago
Vladimír Vondruš 01162f2799 Added missing tests for object dirty status. 14 years ago
Vladimír Vondruš c996e89fe7 Scene parent and transformation is now really immutable. 14 years ago
Vladimír Vondruš 72e667b9fd Object const-correctness. 14 years ago
Vladimír Vondruš 74449f8e13 Classes for querying primitive count, passed sample count etc. 14 years ago
Vladimír Vondruš c8d2b926b0 Windows build fixes. 14 years ago
Vladimír Vondruš 2f595c910f Added functions to set polygon mode, line width and point size to Mesh. 14 years ago
Vladimír Vondruš 32a73395e2 Plane primitive. 14 years ago
Vladimír Vondruš 304a8445a5 Don't add null pointers for nonexistent mesh primitive data. 14 years ago
Vladimír Vondruš 49c6bea722 Capsule and UVSphere primitive, with normals and texture coordinates. 14 years ago
Vladimír Vondruš d1dd06aa0a Ability to explicitly specify precision for floating-point equality. 14 years ago
Vladimír Vondruš 3495738fc0 Removed memcpy() from Matrix::set(), using Vector::from() in Matrix::at(). 14 years ago
Vladimír Vondruš 7c857ccb16 Better implementation for Matrix::determinant() using external functor. 14 years ago
Vladimír Vondruš 8b9b161c5a Rework of image classes, added missing image formats. 14 years ago
Vladimír Vondruš 84e4fd1581 Improved usability of type capability checking in TypeTraits. 14 years ago
Vladimír Vondruš 5052f912c2 Function to get buffer of BufferedImage. 14 years ago
Vladimír Vondruš e0470d6b58 Non-templated base for Image, BufferedImage and Trade::ImageData. 14 years ago
Vladimír Vondruš 1cdbec77e7 Use actual color format and type for computing BufferedImage size. 14 years ago
Vladimír Vondruš 6d894ba14b Temporary fix for build error in BufferedImage. 14 years ago
Vladimír Vondruš 11f4f0a500 Removed support for setting texture data directly. 14 years ago
Vladimír Vondruš 03f15c714b Renamed template in Texture to prevent underscores in parameters. 14 years ago
Vladimír Vondruš cceda11957 Fixed all Doxygen C++11 incompatibilities. 14 years ago
Vladimír Vondruš 13f335523b Added class for managing buffered textures. 14 years ago
Vladimír Vondruš 49c809915f Added function to bind fragment data locations. 14 years ago
Vladimír Vondruš f4fb9b5e7d Classes for managing framebuffer. 14 years ago
Vladimír Vondruš 9097bb5d44 Added remaining internal formats to AbstractTexture. 14 years ago
Vladimír Vondruš cbedb9fe61 Fixed more Doxygen C++11 incompatibilities. 14 years ago
Vladimír Vondruš d1e9d5b992 Fixed compilation error (spotted thanks to Clang). 14 years ago
Vladimír Vondruš 441e6dd736 Added documentation about building, improved README. 14 years ago
Vladimír Vondruš 82f4a67225 Windows build fixes. 14 years ago
Vladimír Vondruš d35861fa92 Added Git PKGBUILD. 14 years ago
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