Hi,
From the example 13.7 server-load-tiled, i see that u define tiled component in both the client and server. So i want to know what do u mean by the server load tiled if both is loading the same way. I thought the server will load the tile and stream it to the client. So how should i use this component and when is the best scenario to use it?
Regards,
How the server load tiled?
-
- Posts: 53
- Joined: Mon Aug 26, 2013 1:54 am
How the server load tiled?
zachz
Programmer
compass-interactive
Programmer
compass-interactive
- coolbloke1324
- Posts: 181
- Joined: Mon Jan 23, 2012 5:20 pm
Re: How the server load tiled?
The server does not stream map data to the client. The server can load the data (as per the example) so that you can do what you want with it on the server-side like setting up objects that exist there which can be streamed to the client (IgeEntity instances etc).
Basically it's just there to allow access to the tiled data from the server-side, not for anything else.
Basically it's just there to allow access to the tiled data from the server-side, not for anything else.