> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/tr/nasil-yapilir/change-camera-angles.md).

# Kamera açılarını değiştirme

<figure><img src="/files/8959ae23d94ea7fe2661a5eb95075e9a29dfa62f" alt=""><figcaption></figcaption></figure>

Bir karakter, nesne veya sahne yükleyerek ya da oluşturarak başlayın.

<figure><img src="/files/84f20b41223a1fc313aec215b2ac784e8463ea94" alt=""><figcaption></figcaption></figure>

Görüntünüzü seçin, ardından istem çubuğunda istediğiniz kamera açısını açıklayın. En doğru sonuçlar için konum, çerçeveleme ve yönelim konusunda mümkün olduğunca ayrıntılı olun.

<figure><img src="/files/936b99327388e786e0e25dfa31fcfe6c6ba5870f" alt=""><figcaption></figcaption></figure>

Örnek İstem: "Ayının arkadan çekimi, mesafeyi aynı tut."

Bu, karakterin arkaya dönük bir versiyonunu oluşturarak oranlarını ve görsel stilini korudu.

<figure><img src="/files/662d15c59fd0b9f42623a44f3837b325147c37f4" alt=""><figcaption></figcaption></figure>

Örnek İstem: "Ayının sol yandan pan çekimi."

Bu, ayının soldan yan açılı bir görünümünü üretti ve istenen pan hareketini doğru biçimde yansıttı.

<figure><img src="/files/6aedd46fc825fd8b33b50177cf04bf52bd2f27a8" alt=""><figcaption></figcaption></figure>

Örnek İstem: "Ayının üst açıdan aşağı çekimi."

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

Herhangi bir karakterin, nesnenin veya sahnenin farklı kamera açılarını oluşturmak için basit istemler kullanın. Yeniden çizmenize veya elle yeniden poz vermenize gerek yok.

**Şöyle istemler deneyin:**

* Ayının sol yandan pan çekimi
* Ayının üstten çekimi
* Dramatik alçak açı çekimi
* Üstten ürün görünümü
* Karakterin yakın plan profili

Bu; karakter döndürme çizimleri, sprite sayfaları, çok planlı sahneler için storyboard hazırlama, ürün maketleri ve reklam varyasyonları için mükemmeldir.

{% hint style="info" %}
**Profesyonel ipucu:**

En doğru sonuçlar için yön (sol, üstten, arkadan), çerçeveleme ve görsel süreklilik (aydınlatma, mesafe ve stil gibi) konusunda net olun.
{% endhint %}

***

Herhangi bir sorun yaşarsanız veya sorularınız varsa, bizimle iletişime geçmekten çekinmeyin. Yardım etmekten memnuniyet duyarız. Bize şu adresten yazın [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/tr/nasil-yapilir/change-camera-angles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
