Skip to content

Commit

Permalink
publication exemple 4.6 (LambertTeapot)
Browse files Browse the repository at this point in the history
  • Loading branch information
philvoyer committed Feb 13, 2025
1 parent 16b063b commit 2ebea3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module04/EX06/IFT3100H25_LambertTeapot/src/renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void Renderer::setup()
use_rotation = true;

// chargement du modèle
teapot.loadModel("teapot.obj");
teapot.load("teapot.obj");

// désactiver le matériau par défaut du modèle
teapot.disableMaterials();
Expand Down

0 comments on commit 2ebea3c

Please sign in to comment.