[58:10][Introduce GeneratePoissonLightingPattern() and GenerateOctahedralLightingPattern() based on GenerateLightingPattern(), and InterleaveDirections()][:lighting :sampling]
[1:05:15][Plan to generate a blue noise sphere to be evaluated within each tile][:lighting :research :sampling]
[1:42:04][@thetamiel][Q: When will brogramming return?]
[1:42:41][@mycon_][Q: I don't really use "static" anywhere and I've been fine without it. Am I doing something wrong?][:language]
[1:44:42][@czapa10][Q: Is 3D shear transformation useful in graphics programming for games? How to construct 4x4 shear matrix?][:geometry :mathematics]
[1:52:38][@czapa10][Q: Yeah, makes sense. Thank you]
[1:52:41][@mattiamanzati][Q: Which kind of light does [~hero Handmade Hero] support? Did I assume right it supports any as long you put light correctly? Maybe moon light can be a planar light put over rooms marked as "outside"][:lighting]
[1:53:45][@xxthebigfoxx][Q: Can you check how much slower the build is if you define internal to nothing?]
[1:54:06][4.887 seconds -O2 build][:admin]
[1:54:23][2.203 seconds -Od build][:admin]
[1:54:56][#define internal to nothing][:language]
[1:55:07][2.360 seconds -Od build, without internal][:admin]
[1:55:22][Remove hhsphere.cpp from the compilation][:language]
[1:55:34][2.000 seconds -Od build, without internal or hhsphere.cpp][:admin]
[1:55:43][#define internal static][:language]
[1:55:51][1.969 seconds -Od build, without hhsphere.cpp][:admin]
[1:56:09][#define internal to nothing][:language]
[1:56:13][2.000 seconds -Od build, without internal or hhsphere.cpp][:admin]
[1:56:23][#define internal static][:language]
[1:56:29][4.375 seconds -O2 build, without hhsphere.cpp][:admin]
[1:56:53][#define internal to nothing][:language]
[1:56:56][4.657 seconds -O2 build, without internal or hhsphere.cpp (with an "unresolved external symbol memcpy" error)][:admin :language]
[1:57:03][Investigate the "unresolved external symbol memcpy" error][:language :research]
[1:58:54][Mark Copy() as static rather than internal][:language]
[1:58:57][Build and still hit that "unresolved external symbol memcpy" error][:admin :language]
[1:59:06][Mark Copy() as internal][:language]
[1:59:42][#define internal static][:language]
[1:59:44][4.390 seconds -O2 build, without hhsphere.cpp][:admin]
[2:00:06][@redine_not_eu][Q: You REM'd something and forgot to unREM it?]