Working towards 3D rendering

This commit is contained in:
Harrison Corlett 2026-05-18 14:55:43 +01:00
parent 71d3cd400b
commit 84020a922b
22 changed files with 486 additions and 42 deletions

View file

@ -8,7 +8,7 @@ display_height=480
display_width=640
#Engine Core Settings
#the precision of frames, set this to 16000000 and it will limit the whole engine to 64FPS
#the precision of frames, set this to 16000000, and it will limit the whole engine to 64FPS
frame_accuracy=0
throttle_on_unfocus=true
throttle_accuracy=500000000
@ -31,4 +31,9 @@ RequestedImages=3
#This is the name of the GPU you want the engine to use
PhysicalDeviceName=
#3D Projection Properties
field_of_view=60.0f
z_near_plane=1.0f
z_far_plane=100.0f