b0384dd30d
Minor Update - Logger Tweak
2024-04-23 15:43:02 +02:00
6316d4cb2b
Minor Update - ImGui tweak
...
[FEAT] :
~ Modification de l'interface ImGui
2024-04-22 17:55:48 +02:00
7ef81b9c91
Minor Update - ImGui Render Tweak
...
[FEAT] :
~ Modification de la chaine de rendu dans la method Frame()
~ Modification de l'interface de lights
2024-04-21 21:57:11 +02:00
25f05fe217
Minor Update - Logger transformer en Singleton
2024-04-12 17:59:44 +02:00
aa4f1146b7
Minor Update - Gestion des Texture Update
...
Feat :
+ Utilisation de vector pour stocker les texture filename
~ Refonte du chargement des textures
2024-04-12 17:11:06 +02:00
42226741ce
Patch Update - Fix Release
...
FIX :
~ Modifie l'ordre des shutdown
+ Ajout de Mutex pour éviter de release et de render la frame en même temp
- Suppression d'un shutdown oublié de ImGui dans systeme class
2024-04-12 16:19:18 +02:00
GolfOcean334
c6f97490d1
Minor: Ajout du Light Map Shader au Sheder Manager
2024-04-11 09:49:49 +02:00
GolfOcean334
1104f7adbe
Merge branch 'main' into Shader-Manager
2024-04-11 09:14:29 +02:00
GolfOcean334
1bba2047b1
Minor: Ajout Light Shader
2024-04-11 09:05:59 +02:00
d644d6966d
Minor patch - Log system + Exécutable fonctionnel
...
Feat :
+ Log systeme
2024-04-10 13:04:34 +02:00
GolfOcean334
d286e71ebe
Light Shader à corriger
2024-04-10 12:57:31 +02:00
05f12d15f9
Patch Update - light pos
2024-04-10 09:26:11 +02:00
ae2e311bdb
Merge Main into ImGui-V2
2024-04-10 09:19:28 +02:00
StratiX0
78fbbdd224
fix: 60fps
2024-04-10 08:57:16 +02:00
GolfOcean334
6c6b090364
Modification des lumières afin de leurs rajouté une position prédéfinie
2024-04-09 22:12:44 +02:00
GolfOcean334
4d75b3433f
Fix: Correction du specular shader ainsi que le normal shader + Rangement du rendus
2024-04-09 21:09:44 +02:00
GolfOcean334
499ece1b69
Minor: Ajout du shader de transparence dans le shader manager
2024-04-09 20:12:38 +02:00
GolfOcean334
1b4762940c
Ajout transparence buggé
2024-04-09 13:03:26 +02:00
ca82f37127
Minor Update - Fix Warning + Add texture in the object inspector
...
Feat :
+ Show the texture of the object in the Object Window
Fix :
- No warning for now...
2024-04-09 13:02:33 +02:00
GolfOcean334
8e665da007
fix main
2024-04-09 11:34:21 +02:00
GolfOcean334
8f0ac6d8c0
Merge branch 'Axel-G-Shader-Manager'
2024-04-08 18:01:45 +02:00
GolfOcean334
a947a04946
Minor: Ajout Specular map shader dans le shader manager
2024-04-08 17:48:52 +02:00
GolfOcean334
e502033b89
Fix: Normal Shader
2024-04-08 16:11:58 +02:00
f59f371c0c
Merge branch 'main' into ImGui-V2
2024-04-08 15:37:13 +02:00
StratiX0
ec8614e3ba
feat: scale du terrain
2024-04-08 15:34:07 +02:00
1112fd6040
Minor Update - Suppression de text
2024-04-08 15:33:46 +02:00
StratiX0
fc377f084e
fix: le terrain marche normalement
2024-04-08 15:31:01 +02:00
695aae93e9
Patch Update - Remove Bitmap from the render
2024-04-08 14:56:15 +02:00
44669c910f
Merge branch 'main' into ImGui-V2
2024-04-08 14:49:51 +02:00
StratiX0
edc1cb63d7
feat: rotation camera avec clic droit
2024-04-08 14:34:24 +02:00
8d344dbfc7
Patch Update - Light dans ImGui
...
Feat :
+ Fenêtre Light dans l'interface
+ Contrôle des lights (position, couleur)
2024-04-08 14:28:27 +02:00
GolfOcean334
9aea925c3d
Minor: Ajout de l'alpha mapping au shader manager
2024-04-08 00:42:39 +02:00
GolfOcean334
48e7b18d7c
Minor: Ajout shader de translation au shadermanager
2024-04-08 00:27:38 +02:00
GolfOcean334
d61a5b7f5f
Minor: Ajout du Multitexturing dans le shader manager
...
Actuellement envie de DCD, JPP des Lights 😠
2024-04-07 01:27:30 +02:00
064c34b6dc
WIP - Light Conversion en Vector des lights pour ImGui
...
+ Fenetre ImGui pour les lights
+ Fonction pour les lights en vector Get/Set
2024-04-05 17:59:29 +02:00
8d1b906c9d
Merge branch 'main' into ImGui-V2
2024-04-05 16:38:36 +02:00
bb15be5bd3
Minor Update - Import file
...
Feat :
+ Import Button to import from file a 3D object
2024-04-05 16:33:52 +02:00
3323dfa6ad
Bug Fix + Modification ImGui
...
FIX : Bug de FPS diviser par 2 corrigé
~ Le model de plane.txt a été changé par celui des cube pour le model de base
+ Nouvelle fonction qui combine les widget pour les afficher en une ligne dans le systemclass.cpp
2024-04-05 16:19:16 +02:00
GolfOcean334
38242fc60b
Light à reparer
2024-04-05 15:39:00 +02:00
Mamitiana RASOLOJAONA
bef5611a66
+feat ( début reflection )
2024-04-05 15:24:25 +02:00
fbab9d7ee3
Merge
...
Fin du merge
~Retour du compilateur C++17 pour la librairie Filesystem
- Suppression des set positions de la camera pour réactiver les déplacement
2024-04-05 15:00:11 +02:00
GolfOcean334
15087d22c5
Merge branch 'translation-texture-' into Axel-G-Shader-Manager
2024-04-05 14:56:46 +02:00
7cc9de3910
Merge branch 'main' into ImGui-V2
2024-04-05 14:49:07 +02:00
GolfOcean334
2ab975ce93
Texture translation fonctionne
2024-04-04 22:15:09 +02:00
4a3b540b6f
Drag and drop ImGui
2024-04-04 10:50:40 +02:00
GolfOcean334
b5d597b64e
bug bug bug mais integrer
2024-04-04 10:50:37 +02:00
GolfOcean334
3c939cf102
Render to texture Terminer
2024-04-04 09:59:21 +02:00
Mamitiana RASOLOJAONA
b37993f23c
correction ecran noir
2024-04-04 09:50:51 +02:00
StratiX0
46c1a03bed
l'amelioration du frustum marche po enfaite
2024-04-04 09:02:33 +02:00
StratiX0
5d54c0ad54
amelioration du frustum
2024-04-03 12:47:02 +02:00