【发布时间】:2012-11-25 15:18:49
【问题描述】:
我正在尝试制作一项服务,该服务需要在服务器上快速渲染简单的 3D 场景,然后将它们以 JPEG 格式返回。
我如何申请 HTML javascript 的工作?它对大众用户是否可扩展?websockets 会这样做吗?
function renderBlender(){
// 1. Send out a job
// ?? put something
// 2. Take result
// Get json and add it to HTML.
loadResult("Result.json");
//strImageList += "<a href=\"#\">";
//strImageList += "<img src='" + the location + "' />";
谢谢。
【问题讨论】:
标签: javascript image 3d rendering