Reputation: 129
I need to submit 3d rendering job on an web site and receive the result, just a still image, back via URL or HTTP.
I have 3D scene and texture map ready. Job will be sent in JavaScript. Then 3D scene and texture in a server will be sent to renderer. Result (still cut image) should be sent back to the website so that it can be displayed.
You can assume that I have a HTML.
What 3D rendering tools in cloud or commercial 3D renderfarm would make this available?
Otherwise, what would it takes to develop the system?
Upvotes: 2
Views: 1480
Reputation: 11
HDVR(R) does exactly what you are looking for, it is CPU based so it's cloud friendly. Besides its interactive quality is way above any other VR solution...
Upvotes: 1
Reputation: 21
You may want to check out Render Rocket. A 3D cloud rendering service that provides support to many of the top 3D applications (Maya, 3ds Max, C4D, etc.). The process is exactly how you described. Submit the scene, render the frames, then download. You mentioned JavaScript. I am not sure about your workflow with JS, but if you have the scene in a native 3D format the JS portion might not be needed. If it is RR's pipeline is configured to accommodate many different custom workflows.
Upvotes: 2