* Creates a new Primitive. Primitives must be attached to a Mesh * for use and export; they are not otherwise associated with a Root.
()
| 246 | * for use and export; they are not otherwise associated with a {@link Root}. |
| 247 | */ |
| 248 | createPrimitive(): Primitive { |
| 249 | return new Primitive(this._graph); |
| 250 | } |
| 251 | |
| 252 | /** |
| 253 | * Creates a new {@link PrimitiveTarget}, or morph target. Targets must be attached to a |
no outgoing calls