0

I require guidance on how to set up a specific server-side application.

I have a linux server (preferably) which the application will reside in. I also have Maya running currently on Windows which will be used to create 3D environments and objects.

I have a good 3D modeller and character animator and would like to translate some of his work to server-side automated scripts by adding text or objects to the animated files.

The outcome should be a server-side application that can receive command-line arguments such as

application.exe object1 environment1 text1

or just an environement and text

application.sh environment1 text1

and will result in producing an image file or series of animated images that can be converted to an animated gif.

Alternatively, I am open to using other frameworks such as OpenGL, WebGL, HTML5 etc. to produce an image or series of animated still-images that will be initiated by a command-line call.

My goal is to produce something that can create 3D images without starting up any GUI, that can take models and environments from 3D programs such as Maya, Cinema4D, 3Dstudio Max etc and preferably something lightweight that can handle an output of 100 to 1000 images per minute.

4

2 回答 2

0

以下是您可能想要尝试的渲染器的部分列表:

有些免费有些不那么免费。

于 2014-06-29T13:20:38.010 回答
0

许多渲染引擎支持独立模式下的命令行渲染。例如:Mental Ray、V-Ray 等。但它们非常昂贵。相反,您可以使用一些免费软件,例如 Blender,它还支持 命令行渲染器。在 WebGL 的情况下,您可以使用类似SlimerJS
的东西 ,它应该很容易设置。

于 2014-06-29T08:17:11.867 回答