summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-17 17:53:06 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-17 17:53:06 +1100
commit013e1c111e0717f6dc01a8e8582e13a4095e05bc (patch)
treebe478c168506a669876ff9df8920b7e35539e98f /examples
parentb40b091a2f1f51248364862a0507c0a0384cb0dd (diff)
remove commented individual draw_model calls
Diffstat (limited to 'examples')
-rw-r--r--examples/transforms/ex_transforms.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/transforms/ex_transforms.c b/examples/transforms/ex_transforms.c
index 383454e..689c49d 100644
--- a/examples/transforms/ex_transforms.c
+++ b/examples/transforms/ex_transforms.c
@@ -77,10 +77,6 @@ int main() {
node1->tf.position.x += 0.004;
node1->tf.is_dirty = true;
draw_scene(&frame_arena, core->models, &core->renderer, &cam, transform_tree, &our_scene);
- // draw_model(&core->renderer, &cam, cube, &node1->world_matrix_tf, &our_scene);
- // draw_model(&core->renderer, &cam, cube, &node2->world_matrix_tf, &our_scene);
- // draw_model(&core->renderer, &cam, cube, &node3->world_matrix_tf, &our_scene);
- // draw_model(&core->renderer, &cam, cube, &node4->world_matrix_tf, &our_scene);
render_frame_end(&core->renderer);
arena_free_all(&frame_arena);