Author Topic: TNet | Send Image Feature  (Read 3629 times)

kaz2057

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 26
    • View Profile
TNet | Send Image Feature
« on: February 21, 2014, 05:49:31 AM »
Dear Aren,

I have a question about this package.

It is possible with TNet send the rendered images from mainCamera of Server to Client?

Example:

I have a meeting using my PC and I would share the running project with tablet clients.
All the tablet share the same scene together with me with their touch input.
But I create a windows project with DX11 and other particular aspects and I cannot build for mobile.
So I would that all client receive the prerendered image from server to not calculate all the scene from their device.

Thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: TNet | Send Image Feature
« Reply #1 on: February 21, 2014, 11:34:09 AM »
TNet "Server" is just a messaging relay. It's what clients connect to.

You can exchange data between clients through the server. And yes, you can send bytes, which can include rendered images.