# @micosmo/aframe/gltf-blender-part

Aframe component to extract a part contained in a Blender model.

## API

### IMPORTING

```javascript
import require('@micosmo/aframe/gltf-blender-part');
```

### COMPONENTS

#### Component: gltf-blender-part

Extract a part contained in a Blender model. Emits *model-loaded* and *object3dset* events once the part is loaded.

##### SCHEMA

Property | Type | Default | Description
-------- | ---- | ------- | -----------
buffer | boolean | true | Indicates if the geometry should be buffered or a new geometry created.
part | string | '' | Name of the part to extract from the Blender model.
src | asset | '' | Path of the Blender asset to extract part from.
findMesh | boolean | true | Indicates if the search should navigate down to the mesh level of a part.
fresh | boolean | false | Indicates if a fresh copy of the Blender model should be loaded.


##### METHODS

None

##### PROPERTIES

None

## HISTORY

### 0.1.1
* Fix to error details message to more descriptive.

## LICENSE

ISC - Internet Systems Consortium

Copyright 2019 Micosmo ([www.micosmo.com](http://www.micosmo.com))

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
