Instead of reloading the whole virtual environment every time we change location, we have the virtual environment read a config file and present the world accordingly.
Specifications
The constructor must be able to take:
a URL to a .json config file.
a js Object containing a config.
A basic config file should ideally look something like:
Overview
Instead of reloading the whole virtual environment every time we change location, we have the virtual environment read a config file and present the world accordingly.
Specifications
The constructor must be able to take:
.json
config file.A basic config file should ideally look something like:
Anything else?
No response