User Tools

Site Tools


exporting_meshes

This is an old revision of the document!


Exporting Meshes

As of version 1.1, WORM has two methods of exporting mesh data

Exporting the Navigation Mesh

Executing worm export_mesh will export the navigation mesh into the JSON format with the following structure:

[{ 
  id: integer,
  geometry: [[x, y, z]],
  connections: [{ id: integer, boundary: [[x, y, z]], entry: [[x, y, z]], vis: boolean, drop: boolean}]
}]

Note that entry will not be present if vis is false.

exporting_meshes.1701301635.txt.gz · Last modified: 2023/11/29 23:47 by wormadmin