rayshader-demo icon indicating copy to clipboard operation
rayshader-demo copied to clipboard

Update code on website

Open johnrharley opened this issue 3 years ago • 0 comments

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!

johnrharley avatar Mar 04 '21 18:03 johnrharley