Commit Graph
409 Commits
Author SHA1 Message Date
devZoGok 6edc143013 updated GUI classes 2026-08-03 15:45:18 +03:00
devZoGok 9b2a5e7502 CMake 2026-08-03 11:44:36 +03:00
devZoGok 81afd432d3 commenting out 2026-08-03 11:42:04 +03:00
devZoGok b21a0d37ba fix to also render GUI quads 2026-07-11 11:24:37 +03:00
devZoGok e29dad91d3 streamlined text rendering 2026-07-11 11:02:57 +03:00
devZoGok 72b9007693 refactored text rendering 2026-07-10 14:06:12 +03:00
devZoGok 9418b0b4f4 crash bugfix 2026-07-08 20:04:17 +03:00
devZoGok f457c69d36 factored out texture GPU data loading
improved texture buffer and layer retrieval
using draw commands 1:1 with meshes
2026-07-08 12:08:03 +03:00
devZoGok e448f7003e GUI quad rendering
improved font and image readers
different mesh VAOs for spatial and GUI quads
2026-07-06 13:01:31 +03:00
devZoGok 3193c61036 flag whether to load primitive mesh or image data to the GPU
outsourced cubemap generation
materials can have nonuniform properties
recreating skyboxes
2026-06-27 20:04:38 +03:00
devZoGok 4578f0c6ad moved texture GPU data loading to Root
reordered node and mesh rendering data generation
materials no longer create their own shaders
2026-06-27 10:21:40 +03:00
devZoGok cc59f9160c Box/Quad clone methods
Phong lighting shaders
using multi draw indirect rendering
2026-06-26 09:40:46 +03:00
devZoGok 02c0c3b3fc Merge pull request #110 from devZoGok/bf-109-mem-leaks
Bf 109 mem leaks
2026-04-24 19:10:48 +03:00
devZoGok 7f8b6fe03a added missing commit 2026-04-24 19:08:59 +03:00
devZoGok 6c5e0b2737 generating VAO and VBO only once 2026-04-24 19:08:26 +03:00
devZoGok a92ca606af deleting shader program upon destruction 2026-04-24 19:01:02 +03:00
devZoGok 8a4da0b691 Merge pull request #107 from devZoGok/bf-106-ray-casting
bf-106-ray-casting
2026-01-19 18:05:48 +00:00
devZoGok 343746a0da fixed bisection calculation 2026-01-19 19:59:41 +02:00
devZoGok 22110a986d Merge pull request #104 from devZoGok/imp-103-rectangle-check
Imp 103 rectangle check
2026-01-03 10:16:00 +00:00
devZoGok d4d188eef7 added rectangle edge intersection check 2025-11-24 20:29:46 +02:00
devZoGok 91a3e00265 determining rectangle intersection by vertices 2025-11-21 20:22:59 +02:00
devZoGok 8acc008fa4 Merge pull request #102 from devZoGok/imp-101-subquads
imp-101-subquads
2025-11-14 14:30:21 +00:00
devZoGok ba9256da4a functionality to compute subquad ids and corners 2025-10-19 16:10:39 +03:00
devZoGok 79c33f2f2a Merge pull request #100 from devZoGok/bf-99-gui-vram
Bf 99 gui vram
2025-07-28 05:30:07 +00:00
devZoGok 0aa92ec08b toggleable use of HDR and bloom 2025-07-19 16:03:58 +03:00
devZoGok 2341a4b1cc flag to use lower resolution texture 2025-07-19 16:03:02 +03:00
devZoGok 44a221d24b using the same glyph textures for the same fonts 2025-07-19 11:59:10 +03:00
devZoGok 0e76154324 Merge pull request #98 from devZoGok/bf-96-quaternion-conversion
Bf 96 quaternion conversion
2025-07-06 10:01:49 +00:00
devZoGok 2cb77cffe5 conflict resolution 2025-07-06 12:59:43 +03:00
devZoGok bfdd082596 Merge pull request #97 from devZoGok/bf-95-texture-deletion
bf-95-texture-deletion
2025-07-06 09:57:10 +00:00
devZoGok 419960a3ba flag whether to delete textures from the GPU 2025-07-06 12:54:47 +03:00
devZoGok c50ce3aba6 improved quaternion conversion 2025-07-06 12:09:11 +03:00
devZoGok fd1f54697c only deleting with initialized textures 2025-07-06 12:06:01 +03:00
devZoGok f31a3e6e6d Merge pull request #94 from devZoGok/imp-93-generic-optimizations
Imp 93 generic optimizations
2025-06-19 15:19:06 +00:00
devZoGok aebbdf210b removed lighting skipping 2025-06-15 19:33:20 +03:00
devZoGok 08907567b0 only loading one's model data to the GPU once 2025-06-15 18:41:52 +03:00
devZoGok 6f7702cb19 deleting old texture data from the GPU 2025-06-15 18:22:00 +03:00
devZoGok a09f47535e only setting uniforms for lit materials 2025-06-15 18:21:09 +03:00
devZoGok c8538aaa40 Merge pull request #90 from devZoGok/bf-89-set-image
Bf 89 set image
2025-04-06 16:54:15 +03:00
devZoGok f719c95758 fixed setImage() 2025-04-06 16:53:03 +03:00
devZoGok 89389589de Merge pull request #88 from devZoGok/imp-87-asset-listing
Imp 87 asset listing
2025-03-28 18:22:28 +00:00
devZoGok dd360d05ea publised method 2025-03-28 20:21:10 +02:00
devZoGok 044828c7cf Merge pull request #85 from devZoGok/imp-84-listbox-names
imp-84-listbox-names
2025-03-24 17:07:39 +00:00
devZoGok 9cd1ca55af listbox names 2025-03-24 19:06:30 +02:00
devZoGok 9debc0ee59 Merge pull request #82 from devZoGok/imp-81-polygon-check
Imp 81 polygon check
2025-02-12 11:54:38 +00:00
devZoGok 26319dd6fc changed number of ray casts 2025-02-12 13:52:47 +02:00
devZoGok 4971810322 improved polygon check 2025-01-19 20:35:45 +02:00
devZoGok cb22e6d400 Plane ray cast sample 2025-01-18 19:19:20 +02:00
devZoGok 23304a10e9 Merge pull request #80 from devZoGok/imp-107-pf
Imp 107 pf
2024-11-30 13:00:52 +00:00
devZoGok 9e6613d065 simplified destructor 2024-10-20 15:31:26 +03:00