WebGL - 多个对象
我是 WebGL 新手。
我想做的是在一条直线上设置多个立方体,当我使用键盘时,我希望能够左右移动来选择一个立方体。每次我左右移动时,我都希望左侧或右侧的下一个立方体变大,然后将相机平移。
有什么办法可以做到这一点吗?我只能找到告诉我如何使用一个对象的教程。
谢谢你!
I am new to WebGL.
What I am trying to do is setup multiple cubes in a straight line, and when I use the keyboard I want to be able to move left and right to select a cube. Every time I move left and right, I want the next cube to the left or right to become bigger, and pan the camera over.
Is there any way of doing this? I can only find tutorials telling me how to work with one object.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
方法是:
The way to do it is: