# Options

| Option                           | Description                                                                                                                                                                         |
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Threshold                        | Maximum Distance threshold between a vertex in the target mesh and a vertex in source mesh, at which they are considered to be correspondent.                                       |
| Normal Incompatibility Threshold | Normal threshold at which a triangle is deemed as incompatible. This helps to avoid triangle flipping during Projection.                                                            |
| Match Material IDs               | Apply deltas only to vertices that have same material ID. The material ID is checked between skeletal mesh and base file. This requires both to have same material count and order. |
| Subdivision                      | Subdivide the input files. This usually increase quality and the precision of the final resulted Morph Target if topology is drastically changed in base file                       |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.meshmorpher.com/editor/advanced-operations/create-from-mesh-files/options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
