Lots of stuff (Big ones are cam and frame initial features)

There is now a 2D camera in the workspace!
We have a basic 'Frame' definition. It doesn't have any interaction yet...

I started to define spacial math, mostly for doing conversion and getting a grounding on pixel/points/cm reference. The world space is in cm.
This commit is contained in:
2024-02-10 03:40:53 -05:00
parent 2d698d22c9
commit f76ba4e9ba
13 changed files with 390 additions and 178 deletions

View File

@ -345,6 +345,7 @@ poll_input :: proc( old, new : ^ InputState )
new.mouse.X = mouse_pos.x
new.mouse.Y = mouse_pos.y
new.mouse.vertical_wheel = rl.GetMouseWheelMove()
}
}