Updated Timeline

This commit is contained in:
OusmBlueNinja 2025-01-04 22:16:00 -06:00
parent d375f8cd98
commit 1be66c754a
4 changed files with 106 additions and 77 deletions

View File

@ -34,6 +34,22 @@ Join The Discord!
### Note: Screenshots are sorted by version. ### Note: Screenshots are sorted by version.
## **Version 0.0.102**
**Updates:**
- Added Guizmos
- Added Mesh Visualisers
- Added Global Settings
- Lua Changes
- Added Intelisence Headers for Engine and KeyCodes
- Changed Lua `require` to not need a path
- Added Culling
- Fixed GLCalls Count
- Removed Unused Code (TestMesh.cpp)
**Screenshot:**
![](./assets/images/SS-Dev2_5.png)
## **Version 0.0.102** ## **Version 0.0.102**
**Updates:** **Updates:**
- Added More Themes - Added More Themes

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -134,14 +134,14 @@ Collapsed=0
DockId=0x0000001E,0 DockId=0x0000001E,0
[Window][ Logger##logger] [Window][ Logger##logger]
Pos=345,846 Pos=345,739
Size=1170,323 Size=586,430
Collapsed=0 Collapsed=0
DockId=0x00000025,0 DockId=0x00000021,0
[Window][ Editor##EditorWindow] [Window][ Editor##EditorWindow]
Pos=345,28 Pos=345,28
Size=1170,816 Size=1170,709
Collapsed=0 Collapsed=0
DockId=0x0000001F,0 DockId=0x0000001F,0
@ -152,10 +152,10 @@ Collapsed=0
DockId=0x00000022,0 DockId=0x00000022,0
[Window][ Profiler] [Window][ Profiler]
Pos=345,846 Pos=933,739
Size=1170,323 Size=582,430
Collapsed=0 Collapsed=0
DockId=0x00000025,1 DockId=0x00000023,0
[Table][0xE9E836E4,4] [Table][0xE9E836E4,4]
Column 0 Weight=1.2999 Column 0 Weight=1.2999
@ -192,8 +192,10 @@ DockSpace ID=0x14621557 Window=0x3DA2F1DE Pos=8,51 Size=
DockNode ID=0x0000000D Parent=0x00000003 SizeRef=1202,571 Split=Y Selected=0xDFF75B3F DockNode ID=0x0000000D Parent=0x00000003 SizeRef=1202,571 Split=Y Selected=0xDFF75B3F
DockNode ID=0x00000017 Parent=0x0000000D SizeRef=1202,776 Split=Y Selected=0xDFF75B3F DockNode ID=0x00000017 Parent=0x0000000D SizeRef=1202,776 Split=Y Selected=0xDFF75B3F
DockNode ID=0x0000001D Parent=0x00000017 SizeRef=518,720 Split=Y Selected=0x9A7B23B9 DockNode ID=0x0000001D Parent=0x00000017 SizeRef=518,720 Split=Y Selected=0x9A7B23B9
DockNode ID=0x0000001F Parent=0x0000001D SizeRef=549,359 CentralNode=1 HiddenTabBar=1 Selected=0x9A7B23B9 DockNode ID=0x0000001F Parent=0x0000001D SizeRef=549,709 CentralNode=1 HiddenTabBar=1 Selected=0x9A7B23B9
DockNode ID=0x00000025 Parent=0x0000001D SizeRef=549,323 Selected=0x7A66B86B DockNode ID=0x00000025 Parent=0x0000001D SizeRef=549,430 Split=X Selected=0x1F29F1F5
DockNode ID=0x00000021 Parent=0x00000025 SizeRef=586,323 Selected=0x1F29F1F5
DockNode ID=0x00000023 Parent=0x00000025 SizeRef=582,323 Selected=0x7A66B86B
DockNode ID=0x0000001E Parent=0x00000017 SizeRef=518,417 Selected=0xC74E1AEE DockNode ID=0x0000001E Parent=0x00000017 SizeRef=518,417 Selected=0xC74E1AEE
DockNode ID=0x00000018 Parent=0x0000000D SizeRef=1202,364 Split=X Selected=0x1C0788A1 DockNode ID=0x00000018 Parent=0x0000000D SizeRef=1202,364 Split=X Selected=0x1C0788A1
DockNode ID=0x00000019 Parent=0x00000018 SizeRef=601,364 Selected=0x1C0788A1 DockNode ID=0x00000019 Parent=0x00000018 SizeRef=601,364 Selected=0x1C0788A1

View File

@ -2,6 +2,10 @@ Entities:
- ID: 0 - ID: 0
Name: Bacround Name: Bacround
Components: Components:
Transform:
Position: [0, 300, 0]
Rotation: [0, 0, 0]
Scale: [1, 1, 1]
Mesh: Mesh:
MeshPath: assets/models/sponza.obj MeshPath: assets/models/sponza.obj
submeshes_len: 26 submeshes_len: 26
@ -12,157 +16,159 @@ Entities:
- id: 24 - id: 24
type: texture_diffuse type: texture_diffuse
path: textures/sponza_roof_diff.tga path: textures/sponza_roof_diff.tga
- vao: 2 - vao: 3
indexCount: 27552 indexCount: 27552
textures: textures:
- id: 25 - id: 25
type: texture_diffuse type: texture_diffuse
path: textures/vase_dif.tga path: textures/vase_dif.tga
- vao: 3 - vao: 5
indexCount: 33024 indexCount: 33024
textures: textures:
- id: 15 - id: 15
type: texture_diffuse type: texture_diffuse
path: textures/sponza_fabric_diff.tga path: textures/sponza_fabric_diff.tga
- vao: 4 - vao: 7
indexCount: 54 indexCount: 54
textures: ~ textures: ~
- vao: 5 - vao: 9
indexCount: 12258 indexCount: 12258
textures: textures:
- id: 5 - id: 5
type: texture_diffuse type: texture_diffuse
path: textures/background.tga path: textures/background.tga
- vao: 6 - vao: 11
indexCount: 10416 indexCount: 10416
textures: textures:
- id: 6 - id: 6
type: texture_diffuse type: texture_diffuse
path: textures/vase_plant.tga path: textures/vase_plant.tga
- vao: 7 - vao: 13
indexCount: 49536 indexCount: 49536
textures: textures:
- id: 17 - id: 17
type: texture_diffuse type: texture_diffuse
path: textures/sponza_fabric_blue_diff.tga path: textures/sponza_fabric_blue_diff.tga
- vao: 8 - vao: 15
indexCount: 94308 indexCount: 94308
textures: textures:
- id: 23 - id: 23
type: texture_diffuse type: texture_diffuse
path: textures/sponza_thorn_diff.tga path: textures/sponza_thorn_diff.tga
- vao: 9 - vao: 17
indexCount: 49536 indexCount: 49536
textures: textures:
- id: 18 - id: 18
type: texture_diffuse type: texture_diffuse
path: textures/sponza_fabric_green_diff.tga path: textures/sponza_fabric_green_diff.tga
- vao: 10 - vao: 19
indexCount: 17628 indexCount: 17628
textures: textures:
- id: 9 - id: 9
type: texture_diffuse type: texture_diffuse
path: textures/sponza_ceiling_a_diff.tga path: textures/sponza_ceiling_a_diff.tga
- vao: 11 - vao: 21
indexCount: 30504 indexCount: 30504
textures: textures:
- id: 7 - id: 7
type: texture_diffuse type: texture_diffuse
path: textures/sponza_arch_diff.tga path: textures/sponza_arch_diff.tga
- vao: 12 - vao: 23
indexCount: 53064 indexCount: 53064
textures: textures:
- id: 27 - id: 27
type: texture_diffuse type: texture_diffuse
path: textures/vase_round.tga path: textures/vase_round.tga
- vao: 13 - vao: 25
indexCount: 69624 indexCount: 69624
textures: textures:
- id: 12 - id: 12
type: texture_diffuse type: texture_diffuse
path: textures/sponza_column_b_diff.tga path: textures/sponza_column_b_diff.tga
- vao: 14 - vao: 27
indexCount: 2640 indexCount: 2640
textures: textures:
- id: 14 - id: 14
type: texture_diffuse type: texture_diffuse
path: textures/sponza_details_diff.tga path: textures/sponza_details_diff.tga
- vao: 15 - vao: 29
indexCount: 43008 indexCount: 43008
textures: textures:
- id: 20 - id: 20
type: texture_diffuse type: texture_diffuse
path: textures/sponza_curtain_blue_diff.tga path: textures/sponza_curtain_blue_diff.tga
- vao: 16 - vao: 31
indexCount: 0 indexCount: 0
textures: ~ textures: ~
- vao: 17 - vao: 33
indexCount: 2388 indexCount: 2388
textures: textures:
- id: 8 - id: 8
type: texture_diffuse type: texture_diffuse
path: textures/spnza_bricks_a_diff.tga path: textures/spnza_bricks_a_diff.tga
- vao: 18 - vao: 35
indexCount: 21264 indexCount: 21264
textures: textures:
- id: 13 - id: 13
type: texture_diffuse type: texture_diffuse
path: textures/sponza_column_c_diff.tga path: textures/sponza_column_c_diff.tga
- vao: 19 - vao: 37
indexCount: 63 indexCount: 63
textures: textures:
- id: 22 - id: 22
type: texture_diffuse type: texture_diffuse
path: textures/sponza_floor_a_diff.tga path: textures/sponza_floor_a_diff.tga
- vao: 20 - vao: 39
indexCount: 43008 indexCount: 43008
textures: textures:
- id: 19 - id: 19
type: texture_diffuse type: texture_diffuse
path: textures/sponza_curtain_green_diff.tga path: textures/sponza_curtain_green_diff.tga
- vao: 21 - vao: 41
indexCount: 9126 indexCount: 9126
textures: textures:
- id: 4 - id: 4
type: texture_diffuse type: texture_diffuse
path: textures/lion.tga path: textures/lion.tga
- vao: 22 - vao: 43
indexCount: 96 indexCount: 96
textures: textures:
- id: 10 - id: 10
type: texture_diffuse type: texture_diffuse
path: textures/chain_texture.tga path: textures/chain_texture.tga
- vao: 23 - vao: 45
indexCount: 56832 indexCount: 56832
textures: textures:
- id: 16 - id: 16
type: texture_diffuse type: texture_diffuse
path: textures/sponza_curtain_diff.tga path: textures/sponza_curtain_diff.tga
- vao: 24 - vao: 47
indexCount: 8448 indexCount: 8448
textures: textures:
- id: 11 - id: 11
type: texture_diffuse type: texture_diffuse
path: textures/sponza_column_a_diff.tga path: textures/sponza_column_a_diff.tga
- vao: 25 - vao: 49
indexCount: 49488 indexCount: 49488
textures: textures:
- id: 21 - id: 21
type: texture_diffuse type: texture_diffuse
path: textures/sponza_flagpole_diff.tga path: textures/sponza_flagpole_diff.tga
- vao: 26 - vao: 51
indexCount: 59484 indexCount: 59484
textures: textures:
- id: 26 - id: 26
type: texture_diffuse type: texture_diffuse
path: textures/vase_hanging.tga path: textures/vase_hanging.tga
Transform:
Position: [0, 300, 0]
Rotation: [0, 0, 0]
Scale: [1, 1, 1]
- ID: 1 - ID: 1
Name: Camera Name: Camera
Components: Components:
ScriptComponent:
ScriptPath: assets/scripts/camera.lua
Transform:
Position: [578.542908, 200, -169.946655]
Rotation: [0, 160.221146, 0]
Scale: [1, 1, 1]
CameraComponent: CameraComponent:
IsPerspective: true IsPerspective: true
DefaultRuntimeCamera: true DefaultRuntimeCamera: true
@ -170,9 +176,14 @@ Entities:
AspectRatio: 1.75 AspectRatio: 1.75
NearPlane: 0.100000001 NearPlane: 0.100000001
FarPlane: 7000 FarPlane: 7000
- ID: 2
Name: New GameObject 2
Components:
Mesh:
MeshPath: assets/models/DefaultMesh.obj
submeshes_len: 0
submeshes: ~
Transform: Transform:
Position: [-850.547668, 200, -43.3881149] Position: [0, 0, 0]
Rotation: [0, 177.660431, 0] Rotation: [0, 0, 0]
Scale: [1, 1, 1] Scale: [1, 1, 1]
ScriptComponent:
ScriptPath: assets/scripts/camera.lua