# How to make the material drop with one click?

<mark style="background-color:purple;">When the model on which the placed footage is placed changes, you can use the "Drop" feature to make the model fall to the surface closest to it.</mark>&#x20;

The landing function includes two types of functions:&#x20;

* **Drop Vertically** : The material will land vertically on the surface of the nearest object.
* **Drop along the terrain** : The clip will be rotated according to the direction perpendicular to the model surface at the same time when it lands on the nearest model surface.

> This drop function is not supported for path, brush, and scatter materials.

<figure><img src="/files/FeSGSZRZnW7IJGwRTD3D" alt=""><figcaption></figcaption></figure>


---

# 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.d5render.com/model/how-to-make-the-material-drop-with-one-click.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.
