[77] Comminuted Fracture
- Conlan Walker

- Apr 6, 2023
- 1 min read
This post's a bit light, as there isn't much in the way of tangible things. The good news, though, is that I started debugging the hybrid 3d renderer thing.
By setting the -O0 option for the debug build, all of my inline vector math functions started throwing undefined reference errors, and it took me a while to figure out that it was because they had no static keyword.
I still don't understand the keyword very well, but after I sorted that and a few more problems, I was able to replicate and record the problem I ran into a few weeks ago:

For reference, this (excluding the texture) is what the destroyed mess above is actually supposed to look like
It's just the dumb Among Us crewmate thing, but I added a couple of diffuse colors + a texture of some color bars.

![[158] Most Important Brick in the Least Important Wall](https://static.wixstatic.com/media/df100d_f70be6ae4318455fbbc605cd1069c6ee~mv2.jpg/v1/fill/w_980,h_410,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/df100d_f70be6ae4318455fbbc605cd1069c6ee~mv2.jpg)
![[157] Mail Order Sacrifice](https://static.wixstatic.com/media/df100d_e284fa6c51b04524bab9d3cf9f1f6441~mv2.png/v1/fill/w_980,h_382,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/df100d_e284fa6c51b04524bab9d3cf9f1f6441~mv2.png)
![[156] Moat of Babble](https://static.wixstatic.com/media/df100d_091e451794b14aecb494a16c15c966c3~mv2.png/v1/fill/w_980,h_705,al_c,q_90,usm_0.66_1.00_0.01,enc_avif,quality_auto/df100d_091e451794b14aecb494a16c15c966c3~mv2.png)
Comments