8.1 Generalities
Webots world files must use the .wbt file name extension. The first line of a .wbt file uses this header:
#VRML_SIM V6.0 utf8 |
where the version 6.0 specifies that the file can be open with Webots 6 and Webots 7. Although the header specifies utf8, at the moment only ascii is supported.
The comments placed just below the header store the window configuration associated with this world.
One (and only one) instance of each of the WorldInfo, ViewPoint and Background nodes must be present in every .wbt file. For example:
#VRML_SIM V6.0 utf8 |