> 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/es/guias-practicas/change-camera-angles.md).

# Cambiar ángulos de cámara

<figure><img src="/files/259a68910634e17bb704a5852645b42bb8d0e098" alt=""><figcaption></figcaption></figure>

Comienza subiendo o generando un personaje, objeto o escena.

<figure><img src="/files/4f045c2948761fc4d3be3755b56b8c9f7b364b52" alt=""><figcaption></figcaption></figure>

Selecciona tu imagen y luego describe en la barra de indicaciones el ángulo de cámara que quieres. Sé lo más específico posible sobre la posición, el encuadre y la orientación para obtener resultados más precisos.

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

Prompt de ejemplo: "Toma desde atrás del oso, mantén la misma distancia."

Esto generó una versión del personaje orientada hacia atrás, preservando sus proporciones y estilo visual.

<figure><img src="/files/8e9895489019b7ff9d2ec40bc85649bee2a883af" alt=""><figcaption></figcaption></figure>

Prompt de ejemplo: "Toma panorámica del lado izquierdo del oso."

Esto produjo una vista lateral del oso desde la izquierda, reflejando con precisión la panorámica solicitada.

<figure><img src="/files/8cfa02ab71a2f9e534b630e28c0a1c5d14541a56" alt=""><figcaption></figcaption></figure>

Prompt de ejemplo: "Toma desde arriba del oso."

<figure><img src="/files/0b4a09f0487759ee053130f6c66f63aba82973a0" alt=""><figcaption></figcaption></figure>

Usa prompts sencillos para crear diferentes ángulos de cámara de cualquier personaje, objeto o escena. No hace falta redibujar ni reposicionar manualmente.

**Prueba con prompts como:**

* Toma panorámica del lado izquierdo del oso
* Toma desde arriba del oso
* Toma dramática desde un ángulo bajo
* Vista cenital de producto
* Primer plano de perfil del personaje

Esto es perfecto para rotaciones de personajes, hojas de sprites, storyboards de escenas con varias tomas, maquetas de productos y variaciones de anuncios.

{% hint style="info" %}
**Consejo profesional:**

Sé específico sobre la dirección (izquierda, arriba, detrás), el encuadre y la continuidad visual (como la iluminación, la distancia y el estilo) para obtener los resultados más precisos.
{% endhint %}

***

Si tienes algún problema o alguna pregunta, no dudes en ponerte en contacto. Estaremos encantados de ayudarte. Escríbenos a [**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/es/guias-practicas/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.
