Skip to content

Instantly share code, notes, and snippets.

@Jordach
Created October 9, 2021 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jordach/7e05e7a61f5e1aafcf08cb01ad158ddc to your computer and use it in GitHub Desktop.
Save Jordach/7e05e7a61f5e1aafcf08cb01ad158ddc to your computer and use it in GitHub Desktop.
lua_newtable(L);
for (int i=1; i < 25; i++) {
push_ARGB8(L, skybox_params.sky_time.sky_color[i]);
lua_rawseti(L, -2, i);
}
lua_setfield(L, -2, "hourly_sky");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment