如何在我的草图中留下痕迹而不删除p5js中的背景?
我想在矩形的每个角留下线条轨迹。我尝试过 createGraphics 在我想留下痕迹的地方添加额外的画布,但它不起作用。
我故意用余弦旋转矩形。我的作业禁止使用旋转功能。
我按照本教程操作:https://www.youtube.com/watch?v=TaluaAD9MKA
草图:
没有 createGraphics: https://editor.p5js.org/plaszlo/sketches/W6Bq6zAI3
使用 createGraphics:https://editor.p5js.org/plaszlo/sketches/WQhPN5e7F
I would like to leave line trails at each of the corners of the rectangles. I have tried createGraphics to add an extra canvas where I want to leave the trails but it's just doesn't work.
I purposefully rotate the rectangle with cosine. My assignment forbids to use the rotate function.
I followed this tutorial: https://www.youtube.com/watch?v=TaluaAD9MKA
The Sketch:
Without createGraphics: https://editor.p5js.org/plaszlo/sketches/W6Bq6zAI3
With createGraphics: https://editor.p5js.org/plaszlo/sketches/WQhPN5e7F
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现你的代码有一些问题。您可以在此处查看我找到的解决方案。
我需要做的修复:
I found some problems with your code. You can check here the solutions I found.
The fixes I needed to do where: