wcmbishop / rayshader-demo

I can rayshade, and so can you!
https://wcmbishop.github.io/rayshader-demo/
57 stars 8 forks source link

Update code on website #9

Open johnrharley opened 3 years ago

johnrharley commented 3 years ago

Lovely write up. It looks like you fixed a bug in the repo on line 346

for (i in seq_len(n_frames)) {

On the website it is still written as

for (i in seq_len(frames)) {

Which throws up an error. Thanks for putting this together!