1414 Commits (cd148cb3ff7674a5353f29dd81b4ec4dc810ffb8)
 

Author SHA1 Message Date
Vladimír Vondruš cd148cb3ff Primitives: added crosshair primitive. 13 years ago
Vladimír Vondruš bdeb1d7ac1 Another #include cleanup. 13 years ago
Vladimír Vondruš 6cbf3439c8 Doc++ 13 years ago
Vladimír Vondruš 12e539ff12 DebugTools: missing break in switch. 13 years ago
Vladimír Vondruš 7d830a17aa DebugTools: simplified and optimized internal shape rendering. 13 years ago
Vladimír Vondruš 25da008f9b DebugTools: don't set resource key for unused index buffer for 2D box. 13 years ago
Vladimír Vondruš 4139f70146 DebugTools: minor code cleanup. 13 years ago
Vladimír Vondruš 22750b262d Minor #include cleanup. 13 years ago
Vladimír Vondruš 99efc0cb62 DebugTools: common mesh building implementation for all shape renderers. 13 years ago
Vladimír Vondruš 96884d5ac7 DebugTools: render also non-axis-aligned boxes with proper size. 13 years ago
Vladimír Vondruš 377170212c DebugTools: render boxes with proper size. 13 years ago
Vladimír Vondruš b69f729e75 SceneGraph: thinko in FeatureGroup destructor. 13 years ago
Vladimír Vondruš c3bbf03917 DebugTools: using wireframe primitives in ShapeRenderer. 13 years ago
Vladimír Vondruš 0f27fb536f Primitives: Square can be now solid or wireframe. 13 years ago
Vladimír Vondruš 25b752a311 Primitives: Plane can be now solid or wireframe. 13 years ago
Vladimír Vondruš ac6182b329 Primitives: Cube can be now solid or wireframe. 13 years ago
Vladimír Vondruš 547c8a24da Trade: defaulted move constructor/assignment. 13 years ago
Vladimír Vondruš 85b715e115 Trade: added forward declaration header. 13 years ago
Vladimír Vondruš 59a3a7029d SceneGraph: allow duplicate occurences in Object::transformations(). 13 years ago
Vladimír Vondruš b86f107396 SceneGraph: split object transformations test into more functions. 13 years ago
Vladimír Vondruš 177898f93c SceneGraph: code cleanup, documentation, fixed assertions. 13 years ago
Vladimír Vondruš 2267627242 Text: return rendered rectangle from TextRenderer::render(). 13 years ago
Vladimír Vondruš 5e8625bd98 SceneGraph: don't pass duration in Animable constructor. 13 years ago
Vladimír Vondruš 58f936386f Doc++ 13 years ago
Vladimír Vondruš 09b115679b MeshTools: making use of index range in compressIndices(). 13 years ago
Vladimír Vondruš f07e4743f9 Ability to specify index range in Mesh::setIndexBuffer(). 13 years ago
Vladimír Vondruš d20682f3e5 Mesh: don't allow specifying index data from client memory. 13 years ago
Vladimír Vondruš a1c37258d6 Added missing const. 13 years ago
Vladimír Vondruš b9513d28cb Merged index type setting to Mesh::setIndexBuffer() and added offset. 13 years ago
Vladimír Vondruš ea2faa91b7 Explicit offset also in Mesh::addVertexBuffer(). 13 years ago
Vladimír Vondruš e29b608632 Proper passing of image data to textures. 13 years ago
Vladimír Vondruš 82f3b948af Trade: debug output for ObjectData*D::InstanceType enum. 13 years ago
Vladimír Vondruš 80661e4e61 Trade: resource names are handled by importer, not *Data classes. 13 years ago
Vladimír Vondruš 0cba8db268 Shaders: added missing 3D version of text shader. 13 years ago
Vladimír Vondruš 55477b98fe DebugTools: don't use CORRADE_INTERNAL_ASSERT() for user-triggered error. 13 years ago
Vladimír Vondruš fecb5eec29 DebugTools: simplified renderers example code. 13 years ago
Vladimír Vondruš 1415f70a7f Doc++ 13 years ago
Vladimír Vondruš c52f64b381 SceneGraph: testing everything in transformations. 13 years ago
Vladimír Vondruš 64a0645724 DebugTools: ObjectShape must contain shape when creating renderer. 13 years ago
Vladimír Vondruš dc798b7320 Shaders: added missing 3D version of FlatShader vertex shader. 13 years ago
Vladimír Vondruš 196c68ccf1 DebugTools: added missing 3D alternatives. 13 years ago
Vladimír Vondruš 389ed07806 SceneGraph: initial per-transformation unit tests. 13 years ago
Vladimír Vondruš ddb8cd5052 Blind fix for some image formats not present in ES3. 13 years ago
Vladimír Vondruš 0c4d433f70 Quick dirty fix for element array buffer binding in VAOs. 13 years ago
Vladimír Vondruš 834d08bdea Emit fake glViewport() call for the first time if ApiTrace is detected. 13 years ago
Vladimír Vondruš c593594c3f Doc++ 13 years ago
Vladimír Vondruš dc5a4d83d9 Removing IndexedMesh, part 5: merged documentation, removed IndexedMesh. 13 years ago
Vladimír Vondruš a8abbdb7d3 Removing IndexedMesh, part 4: merged draw algorithm. 13 years ago
Vladimír Vondruš a2a66803be Removing IndexedMesh, part 3: moved last remaining setter to Mesh. 13 years ago
Vladimír Vondruš dfb9491433 Saving vertex attribute parameters only if not using VAOs. 13 years ago