fernandojsg / aframe-gltf-exporter-component

A-Frame GLTF Exporter component
MIT License
13 stars 7 forks source link

specifying custom names to meshes #3

Open rmrbytes opened 6 years ago

rmrbytes commented 6 years ago

When exporting a scene using this component, the meshes that are created in the gltf model use names like mesh_0, mesh_1. Is there a way for us to specify names in our primitives (which are ultimately exported as meshes)? This is so that we can manipulate them via code, if required. Thanks