79 Commits

Author SHA1 Message Date
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
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
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
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
7cc9de3910 Merge branch 'main' into ImGui-V2 2024-04-05 14:49:07 +02:00
4a3b540b6f Drag and drop ImGui 2024-04-04 10:50:40 +02:00
GolfOcean334
3c939cf102 Render to texture Terminer 2024-04-04 09:59:21 +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
ea57d1ab9d Render terrain ok 2024-04-03 12:46:49 +02:00
StratiX0
ea5619e2a0 ajout deplacement camera 2024-04-03 12:15:53 +02:00
cdf3dd9fb8 Render terrain ok 2024-04-03 11:52:47 +02:00
StratiX0
5817867594 ajout deplacement camera avec la souris 2024-04-03 11:07:53 +02:00
StratiX0
bbb31b1161 ajout frustum 2024-04-03 10:19:37 +02:00
StratiX0
fd0ae3aa25 2eme cube test + lock vertical camera 2024-04-02 12:58:28 +02:00
StratiX0
2224c87468 deplacement cube test 2024-04-02 12:54:52 +02:00
989687c9b4 Terrain using plane and chunk OK 2024-04-02 12:50:03 +02:00
StratiX0
5cce3b4905 tests mouvements de la camera
rotation de la camera, peut etre amelioree ?????
2024-04-02 12:48:35 +02:00
GolfOcean334
563fea3d75 Specular lighting 2024-04-01 00:21:51 +02:00
GolfOcean334
abc0f158ae Ajout du Normal Shader 2024-03-31 18:59:07 +02:00
GolfOcean334
b3148d9dfa Position de la souris sur l'écran + savoir si on appuie sur clic gauche ou non 2024-03-29 17:55:41 +01:00
e43fb7b0d8 Aled le terrain n'apparait toujours pas 2024-03-29 17:46:24 +01:00
b73f86ff45 Plane render ok 2024-03-29 17:31:18 +01:00
GolfOcean334
ebaf200fb8 Merge branch 'main' into Axel-G-Input 2024-03-29 17:15:14 +01:00
StratiX0
8eec7bc26b Ajout alpha mapping 2024-03-29 17:07:25 +01:00
2c493bc979 Fusion Complete 2024-03-29 17:01:58 +01:00
513c12bee0 Merge branch 'main' into la-fusion-de-l'enfer 2024-03-29 16:49:31 +01:00
StratiX0
c4067cff8a ajout Light Maps 2024-03-29 16:45:28 +01:00
1dbbf4aa2d Start new terrain 2024-03-29 16:19:37 +01:00
StratiX0
0568195aec compteur de fps 2024-03-29 15:50:08 +01:00
StratiX0
ff9e729529 ajouts des fonts (texte) 2024-03-29 14:45:44 +01:00
GolfOcean334
f5554587bd direct input fini
Le code ne fonctionne pas encore, il doit être merge avec le tuto 14.
2024-03-29 14:38:48 +01:00
StratiX0
0cc654365c Multitexturing fix 2024-03-28 11:01:08 +01:00
StratiX0
e5c88797b0 Multiple point lights 2024-03-28 10:56:57 +01:00
StratiX0
16db21608a Specular Lighting 2024-03-28 10:14:25 +01:00
92ecd8e83a Terrain Window 2024-03-28 10:13:06 +01:00
9e7e33494c Terrain cube séparé des autres objects 2024-03-27 13:01:55 +01:00
StratiX0
a39859b251 Merge branch 'Sprites' 2024-03-27 12:01:07 +01:00
08b04afe1c Merge branch 'Imgui' of https://github.com/GamingCampus-AdrienBourgois/khaotic-engine into Imgui 2024-03-27 11:33:28 +01:00