Creates a new Mesh attached to this document's Root.
(name = '')
| 238 | |
| 239 | /** Creates a new {@link Mesh} attached to this document's {@link Root}. */ |
| 240 | createMesh(name = ''): Mesh { |
| 241 | return new Mesh(this._graph, name); |
| 242 | } |
| 243 | |
| 244 | /** |
| 245 | * Creates a new {@link Primitive}. Primitives must be attached to a {@link Mesh} |
no outgoing calls