HTML5 3d 嵌套立方体
为了演示,我想用 HTML5 中的画布绘制一个立方体。这个立方体将像这个示例一样可旋转。但更进一步,立方体内部将包含一些立方体。当容器立方体旋转时,内部立方体将保持各自的位置并相应地旋转。
是否已有可用的开源示例? 如果没有,任何人都可以提出一种方法(如果可能的话,使用最近的开源示例)?
For a demonstration, I want to draw a cube with canvas in HTML5. This cube will be rotatable like this example. But further, the cube will contain some cubes inside. While the container cube rotates, the the internal cubes will hold their respective position and rotate accordingly.
Is there any open source example available already?
If not, can anybody suggest a way (with a nearest open source example if possible)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您链接到的演示包含代码。它似乎使用 Pre3D 库。
The demo you linked to contains code. It seem to use the Pre3D library.