摘要: 目前唯一不足就是不能动态修改shader。。。 1创建地面 const gravity = new b2Vec2(0, 10); world = new b2World(gravity); const bd_ground = new b2BodyDef(); const ground = world 阅读全文
posted @ 2022-05-23 09:12 newmiracle宇宙 阅读(96) 评论(0) 推荐(0) 编辑