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.
我正在沿 x 轴执行一维运动。
物体在移动,但方向错误
移动场景的代码
self.obstacles.position.x -= speed // obstacles = objects self.map.position.x -= speed // map is the scene
原来我忘记将我的节点附加到 worldCamera 节点。