RenderTargetOutput QML Type

RenderTargetOutputタイプは、レンダーターゲット(カラーテクスチャ、デプステクスチャなど)のアタッチメントを指定できます。詳細...

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

Node

Status: Deprecated

プロパティ

詳細説明

RenderTargetOutputは、レンダーターゲットにアタッチされるテクスチャのアタッチポイントとパラメータを指定します。アタッチポイントに加えて、テクスチャのmiplevel、レイヤー、キューブマップ面を指定することができます。RenderTargetOutputにアタッチされるテクスチャは、指定されたパラメータと互換性がなければなりません。

注意: 左と右のアタッチメントポイントは特別な値です。これらはレンダーターゲットオブジェクトを参照するのではなく、ステレオレンダリングに使用されるバックバッファのいずれかを参照します。

プロパティ ドキュメント

attachmentPoint : enumeration

RenderTargetOutput のアタッチメントポイントを保持します。

Qt3DRender::QRenderTargetOutput::AttachmentPointも参照してください


face : enumeration

レンダリングが指示されるアタッチされたキューブマップテクスチャの面を保持します。

  • テクスチャ.CubeMapPositiveX
  • テクスチャ.CubeMapNegativeX
  • テクスチャ.CubeMapPositiveY
  • テクスチャ.CubeMapNegativeY
  • テクスチャ.CubeMapPositiveZ
  • テクスチャ.CubeMapNegativeZ

Qt3DRender::QAbstractTexture::CubeMapFaceも参照してください


layer : int

レンダリングを指示する添付テクスチャのレイヤを保持します。


mipLevel : int

レンダリング先のアタッチテクスチャの miplevel を保持します。


texture : Texture

アタッチメントポイントにアタッチされたテクスチャを保持します。


© 2025 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.