Commit Graph
30 Commits
Author SHA1 Message Date
devZoGok 08907567b0 only loading one's model data to the GPU once 2025-06-15 18:41:52 +03:00
devZoGok 9e6613d065 simplified destructor 2024-10-20 15:31:26 +03:00
devZoGok 8ba95bbbfe bugfix 2024-09-06 18:36:45 +03:00
devZoGok 19990e48f4 using only the neeeded number of vertex positions 2024-08-19 18:23:09 +03:00
devZoGok c82029f728 including root model node 2023-08-13 12:32:20 +03:00
devZoGok a6db8e1492 added missing line 2023-01-03 16:05:15 +02:00
devZoGok f210e6b665 building with assimp made optional 2022-03-31 19:24:02 +03:00
devZoGok a00ae9a62f cloned mesh construction 2022-03-30 21:20:42 +03:00
devZoGok 2cfafd7de6 fixed model asset cloning 2022-03-19 21:10:45 +02:00
devZoGok 95815c9ea3 compilation fixes 2022-03-17 19:12:28 +02:00
devZoGok fa1d0d277c animation keyframe channels now use animatable names 2022-03-11 10:17:00 +02:00
devZoGok dae9cd08d7 beginning of XML model reader 2022-03-02 20:29:22 +02:00
devZoGok 75658fa0e8 first iteration of specular IBL implementation on the CPU side 2021-11-20 18:57:48 +02:00
devZoGok 84a594e670 drivers reading 2021-10-19 19:06:41 +03:00
devZoGok 56a9ceb21e improved descendants retrieval method 2021-10-19 19:06:41 +03:00
devZoGok 8f49bd1125 rendering classes refactoring 2021-10-19 19:06:41 +03:00
devZoGok dba02e7944 readable models via the new reader (verts, faces, bones...) 2021-10-19 19:06:41 +03:00
devZoGok 146b267a72 beginning of a model reader 2021-10-19 19:06:41 +03:00
devZoGok 4f4bc88956 attached objects follow their bones
model space positions are retrieved from bones
supported more than 4 bones
improved global and local orientation methods
improved vector angle method
2021-10-19 19:06:41 +03:00
devZoGok 73f49e91bc bone transformations influence verts according to weights 2021-10-19 19:06:41 +03:00
devZoGok 3753d08ca5 readable .vb format 2021-10-19 19:06:41 +03:00
devZoGok 3fd06f4932 fixed bug when deallocating memory from models with multiple children 2021-10-19 19:06:40 +03:00
devZoGok 0d6b01421f Gaussian blur
bug fixes
2021-10-19 19:06:40 +03:00
devZoGok e95e40177a normal maps 2021-10-19 19:06:40 +03:00
devZoGok 19fa1590d0 matrices and bug fixes 2021-10-19 19:06:40 +03:00
devZoGok 7e1575d690 improved particle emitters 2021-10-19 19:06:40 +03:00
devZoGok d2b0f24b03 implemented 2D image coloring 2021-10-19 19:06:40 +03:00
devZoGok 9479e3324f implemented shadows for non positional lights
fixed skybox
implemented translation and rotation
2021-10-18 19:05:52 +03:00
devZoGok fd09cbf762 implemented model loading (semi) 2021-10-18 19:04:05 +03:00
devZoGok 0c5f39a96f E 2021-10-18 19:04:02 +03:00