Realm Service

API Documentation mv3d.server.realm.RealmService.

The Realm Service is the top most level service for simulating the world. It doesn't actually do any simulation itself, but it stores Realms. A Realm is a large portion of a world. In fact, in almost all cases, it can be the whole world. Similar to an Asset Group, usually, only one of them is needed for any project.

An area can generally be considered similar to a zone. They can be pretty large-- the size of a city or a forest and a few towns. In MV3D, areas are just special objects which are hosted by Simulation Servers.

Attachments