Latest CCC Activity
How to stop a camera from clipping into models; without using raycasts (because my engine doesn't have easy an easy generic ray cast system).
My firsts idea was to just slap a collision shape around a camera, but this has some issues.
By surrounding the camera with an OBB (oriented bounding box), we …
I created a camera system in c++ from scratch to control fighter ships.
fast fastest iteration, I created a tool to tweak parameter in real time, using ImGui.
this let me find the "feel" I was imagining for the ship, without needing to recompile code
being able to pilot the ships let me test fighting …
Advertisement
Advertisement