Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to render direct3d graphics over tcp/ip or another network protocol?

I have 3 machines which I would like to setup as a cluster for distributed rendering of 3d graphics, more specific Direct3d. I can do this with Opengl using Wiregl (http://graphics.stanford.edu/software/wiregl/) or better yet Chromium. Does a solution exist for doing the same with Direct3d?

Thanks in advance


1 Answers

Yes, What version of Direct3d are you using.

Direct3D 10.1 on windows 7 allows for remote rendering.

Bob.

like image 143
scope_creep Avatar answered Dec 01 '25 05:12

scope_creep