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.
我想知道是否有办法在 Linux x86 上运行的 Firefox 中呈现 .wrl(vrml 文件)? 我找到了一些打开 .wrl 文件的软件(如 orbisnap),但这些软件并未嵌入在浏览器中。 谢谢。
这个问题有一些有用的信息。Linux 中的 Firefox(假设您有最新的图形驱动程序和受支持的硬件)有一个称为 WebGL 的 3D 渲染 API。稍加摆弄,您就可以将 VRML 文件转换为可以使用 WebGL 和 X3DOM 呈现的格式,而无需外部插件。