docentYT
|
2bb8a64877
|
Specify auto as reference where possible
|
2026-05-12 19:16:33 +02:00 |
|
docentYT
|
81eadbef73
|
Do not use temp variable when it is not needed
|
2026-05-12 18:19:11 +02:00 |
|
docentYT
|
ca699d117f
|
Remove not needed includes
|
2026-05-02 14:40:31 +02:00 |
|
docentYT
|
3628eb0fc3
|
Replace interpolate with std::lerp and glm::mix
|
2026-05-02 01:31:38 +02:00 |
|
docentYT
|
d1f16411a1
|
Replace clamp with std::clamp
|
2026-05-01 22:14:29 +02:00 |
|
docentYT
|
ca839652bf
|
Use the sq function to force constexpr expressions for numeric literals and enhance readability
|
2026-04-28 13:23:14 +02:00 |
|
docentYT
|
623c4f827e
|
Remove not needed casts, variables and switch from double precission to float precission for some angle vectors
|
2026-04-28 00:51:17 +02:00 |
|
docentYT
|
cba106e22e
|
Use glm::length2 instead of glm::length where possible
|
2026-04-27 23:27:08 +02:00 |
|
docentYT
|
438cc563d9
|
use glm instead of Math3D in rendering
|
2026-04-27 21:41:00 +02:00 |
|
docentYT
|
fae68642bc
|
use glm instead of Math3D in vehicle
WARNING: Model rotation is broken
|
2026-04-27 13:07:38 +02:00 |
|
docentYT
|
aa24c55d2d
|
Change Math3D::vector3 to glm::dvec3 in TCamera class
|
2026-04-26 18:12:47 +02:00 |
|
copilot-swe-agent[bot]
|
7e49aa8740
|
Rewrite #includes to use explicit subdirectory paths
Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
|
2026-03-14 19:16:48 +00:00 |
|
copilot-swe-agent[bot]
|
0531086bb9
|
Reorganize source files into logical subdirectories
Co-authored-by: Hirek193 <23196899+Hirek193@users.noreply.github.com>
|
2026-03-14 19:01:57 +00:00 |
|