# Using `GLTFModel` The `GLTFModel` component is a wrapper around [`useGLTF`](./use-gltf.md) composable and accepts the same options as props. ```vue{2,10} ``` ## Props | Prop | Description | Default | | :------------ | :-------------------------------------------------------------------------------------------------------------------- | ----------- | | `path` | Path to the model file. | `undefined` | | `draco` | Enable [Draco compression](https://threejs.org/docs/index.html?q=drac#examples/en/loaders/DRACOLoader) for the model. | `false` | | `decoderPath` | Path to a local Draco decoder. | `undefined` |