En esta página

RenderTargetOutput QML Type

El tipo RenderTargetOutput permite especificar un adjunto de un objetivo de renderizado (ya sea una textura de color, una textura de profundidad, etc... ). Más...

Import Statement: import Qt3D.Render 2.11
In C++: QRenderTargetOutput
Inherits:

Node

Status: Deprecated

Propiedades

Descripción detallada

Un RenderTargetOutput especifica el punto de unión y los parámetros para la textura que está unida al objetivo de renderizado. Además del punto de fijación, se pueden especificar el miplevel de la textura, la capa y la cara del cubemap. La textura adjunta al RenderTargetOutput debe ser compatible con los parámetros dados.

Nota: Los puntos de fijación izquierdo y derecho son valores especiales. No se refieren a objetos objetivo de renderizado, sino a cualquiera de las memorias intermedias utilizadas para el renderizado estereoscópico.

Documentación de propiedades

attachmentPoint : enumeration

Sujeta el punto de fijación de la RenderTargetOutput.

Véase también Qt3DRender::QRenderTargetOutput::AttachmentPoint.

face : enumeration

Mantiene la cara de la textura cubemap adjunta a la que se dirige el renderizado.

  • Textura.CubeMapPositivoX
  • Textura.CubeMapNegativoX
  • Textura.CubeMapPositivoY
  • Textura.CubeMapNegativoY
  • Textura.CubeMapPositivoZ
  • Textura.CubeMapNegativoZ

Véase también Qt3DRender::QAbstractTexture::CubeMapFace.

layer : int

Mantiene la capa de la textura adjunta a la que se dirige el renderizado.

mipLevel : int

Mantiene el miplevel de la textura adjunta a la que se dirige el renderizado.

texture : Texture

Mantiene la textura fijada al punto de fijación.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.