openblocks/core/src/rendering
2025-07-13 16:58:30 +02:00
..
debug feat(rendering): added messages and hints 2025-07-13 16:58:30 +02:00
defaultmeshes.cpp chore: added notice and disabled warnings for file 2025-06-08 16:37:39 +02:00
defaultmeshes.h feat(renderer): added cylinder for hinges 2025-04-30 17:10:09 +02:00
font.cpp feat(rendering): added messages and hints 2025-07-13 16:58:30 +02:00
font.h feat(rendering): added messages and hints 2025-07-13 16:58:30 +02:00
light.h chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
material.h chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
mesh.cpp feat: spherical handles + rendering limit increase 2025-02-25 23:31:09 +01:00
mesh.h feat: spherical handles + rendering limit increase 2025-02-25 23:31:09 +01:00
mesh2d.cpp refactor(rendering): created vbo-based rectangle drawing 2025-07-08 23:49:06 +02:00
mesh2d.h refactor(rendering): created vbo-based rectangle drawing 2025-07-08 23:49:06 +02:00
renderer.cpp fix(rendering): hint and message should render on the same layer 2025-07-13 16:58:30 +02:00
renderer.h refactor(rendering): removed glfw dependency of render functions 2025-07-13 16:58:30 +02:00
shader.cpp feat(debug): added debug fps stats 2025-06-30 22:14:17 +02:00
shader.h feat(debug): added debug fps stats 2025-06-30 22:14:17 +02:00
skybox.cpp feat(logging): replaced unsafe aborts with panic 2025-03-17 21:38:02 +01:00
skybox.h chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
texture.cpp feat(rendering): added linear filtering and mipmapping to parts 2025-07-08 08:04:59 +02:00
texture.h chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
texture3d.cpp feat(rendering): added linear filtering and mipmapping to parts 2025-07-08 08:04:59 +02:00
texture3d.h chore: move core module into its own dedicated directory 2025-02-13 23:43:30 +01:00
torus.cpp refactor(rendering): use VBOs for torus instead of deprecated immediate mode 2025-07-13 16:58:30 +02:00
torus.h feat(editor): circle around rotation handles 2025-04-17 22:04:52 +02:00