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.
我有一个 JavaScript 应用程序,要求保护模型的绘图界面,使其不公开。
我想在服务器上使用 three.js,以 JSON 格式保存模型并将其交付到客户端。客户端上的 Three.js 会显示出来。但我不知道如何在服务器上实现它。
是否有运行three.js 应用程序的任何Node.js 示例?如果是这样,我如何将网格从 three.js 保存为 JSON 格式?
但我不知道如何在服务器上实现它。
三模块
是否有运行three.js 应用程序的任何Node.js 示例?
是的
如果是这样,我如何将网格从 three.js 保存为 JSON 格式?
三对象模块