- Flash Multiplayer Virtual Worlds
- Makzan
- 301字
- 2021-08-03 15:29:04
Application architecture of a virtual world
There are two fundamental entities at the base of the SmartFoxServer architecture: Zones and Rooms.
SmartFoxServer can run multiple applications at the same time. Each zone represents a different application. A developer can configure different zones to host different virtual worlds or games in the same server instance. The activity, messages, and events are totally isolated among zones.
Room can be created within zones to logically group users. Users in the same room can chat, interact, or play games together. For example, I can send a message to all users in Room A when I'm in Room A. And those users in Room B would not receive this message because I'm only interacting with users in the same room. The following diagram shows the Zone, Room, and User relationship:

Rooms can also be used as a tool to organize the virtual world's areas into different connected parts. Depending on the virtual world design, a room could represent an entire city, a street, or just a physical room inside a building. These rooms are connected so that when a user walks from one street into another street, he is leaving the old room and joining a new room that represents the street he is walking to.
Most user interactions are limited within a room. Therefore, the resolution of the room that is representing affects how players can interact with others. For instance, users can interact with others within the same street if each street is represented by one room or they can interact with others within the same city if the entire city is represented by one room. The following diagram shows a virtual world in which each city is a room:

The following diagram shows a virtual world in which several streets compose a room:

- TensorFlow與自然語言處理應用
- Enhancing Microsoft Content Management Server with ASP.NET 2.0
- UG NX 12.0中文版完全自學一本通
- 四時風月繪:國風水墨CG插畫繪畫技法
- After Effects全套影視特效制作典型實例(第2版)
- Adobe創意大學Illustrator產品專家認證標準教材(CS6修訂版)
- 中文版Photoshop CS6平面設計實例教程(第2版)
- Photoshop CS6中文版從入門到精通(核心技法卷):摳圖、修圖、Camera Raw、調色、銳化、合成
- Implementing SugarCRM 5.x
- AutoCAD 2016入門與提高(超值版)
- 零基礎學Premiere Pro短視頻制作
- Science Teaching with Moodle 2.0
- Building SOA/Based Composite Applications Using NetBeans IDE 6
- Instant GSON
- Building Enterprise Ready Telephony Systems with sipXecs 4.0