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.
是否可以将 3D 转换应用于 iframe(例如在 div 中)?
是的,它似乎可以做到..
以下示例可能会有所帮助:
1 ) 在 HTML5 中使用“iframe”创建 3D 动画 http://www.c-sharpcorner.com/UploadFile/cd80b9/creating-3d-animation-in-html5/
2)不完全知道它是如何完成的,但是在观察了源代码之后,我发现 div 和 iframe 确实是 3D 转换的。
示例在这里http://mrdoob.com/lab/javascript/threejs/css3d/
示例开发者