Skip to content

Commit

Permalink
forgot a note about OUT_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
sotrh committed Sep 11, 2020
1 parent 02921f7 commit a92dd32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/beginner/tutorial9-models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,11 @@ let obj_model = model::Model::load(
).unwrap();
```

<div class="note">

We're using `OUT_DIR` here to get at our `res` folder.

</div>

Our new model is a bit bigger than our previous one so we're gonna need to adjust the spacing on our instances a bit.

Expand Down

0 comments on commit a92dd32

Please sign in to comment.