-
Finished publishing all notes up-to-date
-
Continued working with vi from home
-
Started writing vuVoxel
-
Checked the math I did for my project planning.
-
Realized that vuVoxelPool is not needed because it can be
derived implicitly from the vuVertexPool. For example, a voxel
at coordinates <0, 0, 0> will have 8 vertices <0, 0, 0> <1, 0,
0> … <1, 1, 1>. |