summaryrefslogtreecommitdiff
path: root/examples/gltf_loading
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-04-06 20:09:18 +1100
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-04-06 20:09:18 +1100
commit6793c8317208bc2c8cb878554eeff166a418b2f2 (patch)
tree64be62dde5fc683262a93191742c4c9a80ba66c3 /examples/gltf_loading
parent76de359be82154193d1ed13f30c34019a92318b7 (diff)
storing joints and weights
Diffstat (limited to 'examples/gltf_loading')
-rw-r--r--examples/gltf_loading/ex_gltf_loading.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/gltf_loading/ex_gltf_loading.c b/examples/gltf_loading/ex_gltf_loading.c
index 1d279eb..7b69127 100644
--- a/examples/gltf_loading/ex_gltf_loading.c
+++ b/examples/gltf_loading/ex_gltf_loading.c
@@ -56,8 +56,6 @@ int main() {
scene our_scene = { .dir_light = dir_light, .n_point_lights = 4 };
memcpy(&our_scene.point_lights, &point_lights, sizeof(point_light[4]));
- animation_clip track = cube->animations->data[0];
- f32 total_time = 0.0;
while (!glfwWindowShouldClose(core->renderer.window)) {
currentFrame = glfwGetTime();