243 Commits

Author SHA1 Message Date
cabf9b39d8 Load Texture Rework Needed 2024-09-27 17:06:02 +02:00
CatChow0
6a8172ab1f
Merge pull request #2 from CatChow0/Cel-Shading
Cel shading
2024-09-27 14:36:44 +02:00
1e6ea97fd0 MONKEYYYY 2024-09-26 21:55:33 +02:00
002edb6651 FIX DEBUG VS 2024-09-26 20:51:39 +02:00
30b41922d9 Cel shade c'est mieux mais ALED 2024-09-26 11:30:26 +02:00
71403c614d Cel shading Update 2024-09-25 12:40:02 +02:00
CatChow0
1b8b25ce2a
Update README.md 2024-09-24 12:24:57 +02:00
eea4518a0a Cel Shading [WIP]
+ Cel shading shader
+ Shader Manager window
2024-09-24 12:16:22 +02:00
d9c9a8f0b5 patch update - gitignore tweak 2024-04-26 14:54:56 +02:00
2d7c654a64 Patch update - gitignore tweak 2024-04-26 14:33:22 +02:00
394819e7c3 Patch update - gitignore tweak 2024-04-26 14:28:27 +02:00
StratiX0
394dda14a5 feat: lecture obj (triangle seulement) 2024-04-26 14:13:29 +02:00
3bb1f095c1 Patch update - Texture fix + Exe fix
[FIX] :

~ Modification des textures bath et water
~ Ajouts des fichier pour le exe
2024-04-26 14:03:53 +02:00
Mamitiana RASOLOJAONA
b284fb1805
~minor fix README.md 2024-04-26 13:34:17 +02:00
StratiX0
a8d9543c29 refactor: detection collision
refactor:

+ Collision pour tout les objets, les objets differents d'une sphere seront traites comme des cubes
2024-04-26 13:20:35 +02:00
51771906ce Patch update - Replace terrain 2024-04-25 11:02:24 +02:00
1e2a23f96c Merge branch 'ImGui-NoScripting' 2024-04-25 10:57:26 +02:00
cc07d7f3ba Patch update - merge end 2024-04-25 10:55:50 +02:00
GolfOcean334
de054600c9 Merge branch 'main' of https://github.com/GamingCampus-AdrienBourgois/khaotic-engine 2024-04-25 10:41:23 +02:00
GolfOcean334
8382f42c1f Fix: Suppression de certains commentaire 2024-04-25 10:40:44 +02:00
40054a516a Patch Update - Water render order change 2024-04-25 10:39:21 +02:00
StratiX0
6db8cc7efc style: GetGrounded() => IsGrounded() 2024-04-25 10:37:45 +02:00
StratiX0
a7d40865e1 fix: normalmapshaderclass dans le bon filtre 2024-04-25 10:35:28 +02:00
StratiX0
daa9aa7023 feat: nouveau plane
feat:
+ Ajout d'un nouveau plane, l'ancien etait casse
+ "Ajout" des colisions avec les planes, les planes sont traites comme des cubes
2024-04-25 10:33:29 +02:00
911b9bf8cc Merge branch 'main' into ImGui-NoScripting 2024-04-25 10:32:30 +02:00
StratiX0
9dd129b7bc feat: object id et objects collisions
feat:
+ Ajout d'un id pour chaque objet cree
+ Ajout de collision entre les objets
2024-04-25 10:18:46 +02:00
Axel Gathelier
6e94c90cfc
Update README.md 2024-04-25 10:13:50 +02:00
GolfOcean334
5dc44c22cc Fix: Probleme de merge réglé 2024-04-25 10:10:42 +02:00
StratiX0
50d206649b refactor: terrain en cube 2024-04-25 10:04:48 +02:00
StratiX0
73e4a63de0 feat: Collision cube sphere
feat:
+ Ajout des collisions entre une sphere et un cube

bug:
+ Les collisions impliquant les spheres sont imparfaites, il y aura un fort clipping
2024-04-25 10:03:30 +02:00
GolfOcean334
2ffcf977d7 Merge branch 'Water-Shader' into Merge 2024-04-25 09:59:43 +02:00
GolfOcean334
6841255bf9 Fix Update: direction de la lumière prise en compte pour le water shader 2024-04-25 09:48:08 +02:00
CatChow0
24f9814f3f
Update README.md 2024-04-25 09:19:22 +02:00
StratiX0
291afe9424 Ajout collision semi fonctionnelle entre 2 spheres
feat:
+ collision entre 2 spheres, fonctionne a moitie, overlap entre les 2
2024-04-24 12:59:40 +02:00
CatChow0
2fc759910e
Update README.md 2024-04-24 12:53:14 +02:00
CatChow0
58f237434d
Update README.md 2024-04-24 12:42:18 +02:00
StratiX0
e57de4f1be Ajout de la collision entre 2 cubes
feat:
+ collision entre 2 cubes

refactor:
+ changements dans quelques fonctions
+ renommage de certaines fonctions
2024-04-24 11:59:48 +02:00
CatChow0
d885af47b5
Update README.md 2024-04-24 11:40:34 +02:00
CatChow0
c0a81f4ad6
Update README.md 2024-04-24 11:40:20 +02:00
CatChow0
74d27a5ed8
Update README.md 2024-04-24 11:35:59 +02:00
CatChow0
3bfa4f07a7
Update README.md 2024-04-24 11:03:43 +02:00
CatChow0
e4f5b2125a
Update README.md 2024-04-24 11:02:16 +02:00
Harpie94
ff2cec2583
Update README.md 2024-04-24 10:39:35 +02:00
Harpie94
996d0d816c
Update README.md 2024-04-24 10:38:40 +02:00
Harpie94
9d1dde6325
Update README.md 2024-04-24 10:37:59 +02:00
b0384dd30d Minor Update - Logger Tweak 2024-04-23 15:43:02 +02:00
3912b443d5 Patch Update - Logger 2024-04-22 21:56:56 +02:00
GolfOcean334
7160ad922c Fix: Water Shader 2024-04-22 17:56:45 +02:00
6316d4cb2b Minor Update - ImGui tweak
[FEAT] :

~ Modification de l'interface ImGui
2024-04-22 17:55:48 +02:00
GolfOcean334
fd5b1f33b0 Minor: Water shader Terminer 2024-04-22 17:35:40 +02:00