Jump to content

Live view - Is it possible?


tim260

Recommended Posts

If you want to render the view from all points on the same client, then it will lag because the game can only render one view per frame. Something can be achieved without significant lag. For example, if you update the view of security camera every 30 frames rather than 1 frame, then your own view will only slow down every 30 frames with 1 security camera. With 2 security cameras, it would slow down every 15 frames. But lag isn't the biggest problem. Moving the camera long distances in short time intervals cause sync and LOD visibility problems.

There is another way which may look better, but uses more computing power: make a script which keeps taking the screen data of the client and sending it to the server. The server sends that data to all players who are near security monitors. Then players will see the screen of the client. This way uses bandwidth and requires to run a few clients on the server for screen data, but won't have glitches.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...