Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 cocos2d-x 3.13 的新手,我想在 DrawNode 中使用动画进行绘制,例如视频:Art Gurus。手工绘制时,它会画一条相同的线。对此解决方案有什么建议吗?谢谢
在 openFrameworks 中,您可以使用ofPath来做到这一点。AFAIK,Cocos2dx 没有这样的类,所以你需要创建自己的类。