Setup a 3d viewport for some extra stuff.

Want to mess aroudn with my math notes possibly in this prototype...
This commit is contained in:
2024-03-18 11:44:58 -04:00
parent b0b8f3d595
commit 8a40b1462b
10 changed files with 134 additions and 97 deletions

View File

@ -272,4 +272,8 @@ DebugData :: struct {
path_lorem : string,
lorem_content : []byte,
lorem_parse : PWS_ParseResult,
// Test 3d Viewport
cam_vp : rl.Camera3D,
viewport_rt : rl.RenderTexture,
}