RenderTargetOutput QML Type
RenderTargetOutputタイプは、レンダーターゲット(カラーテクスチャ、デプステクスチャなど)のアタッチメントを指定できます。詳細...
| Import Statement: | import Qt3D.Render 2.11 |
| In C++: | QRenderTargetOutput |
| Inherits: | |
| Status: | Deprecated |
プロパティ
- attachmentPoint : enumeration
- face : enumeration
- layer : int
- mipLevel : int
- texture : Texture
詳細説明
RenderTargetOutputは、レンダーターゲットにアタッチされるテクスチャのアタッチポイントとパラメータを指定します。アタッチポイントに加えて、テクスチャのmiplevel、レイヤー、キューブマップ面を指定することができます。RenderTargetOutputにアタッチされるテクスチャは、指定されたパラメータと互換性がなければなりません。
注意: 左と右のアタッチメントポイントは特別な値です。これらはレンダーターゲットオブジェクトを参照するのではなく、ステレオレンダリングに使用されるバックバッファのいずれかを参照します。
プロパティのドキュメント
attachmentPoint : enumeration
RenderTargetOutput のアタッチメントポイントを保持する。
- RenderTargetOutput.Color0
- RenderTargetOutput.Color1
- RenderTargetOutput.Color2
- RenderTargetOutput.Color3
- RenderTargetOutput.Color4
- RenderTargetOutput.Color5
- RenderTargetOutput.Color6
- RenderTargetOutput.カラー7
- RenderTargetOutput.カラー8
- RenderTargetOutput.カラー9
- RenderTargetOutput.カラー10
- RenderTargetOutput.カラー11
- RenderTargetOutput.カラー12
- RenderTargetOutput.カラー13
- RenderTargetOutput.カラー14
- RenderTargetOutput.色15
- RenderTargetOutput.深さ
- RenderTargetOutput.ステンシル
- RenderTargetOutput.デプス
- RenderTargetOutput.左
- RenderTargetOutput.右
Qt3DRender::QRenderTargetOutput::AttachmentPointも参照してください 。
face : enumeration
レンダリングが指示されるアタッチされたキューブマップテクスチャの面を保持します。
- テクスチャ.CubeMapPositiveX
- テクスチャ.CubeMapNegativeX
- テクスチャ.CubeMapPositiveY
- テクスチャ.CubeMapNegativeY
- テクスチャ.CubeMapPositiveZ
- テクスチャ.CubeMapNegativeZ
Qt3DRender::QAbstractTexture::CubeMapFaceも参照してください 。
layer : int
レンダリングを指示する添付テクスチャのレイヤを保持します。
mipLevel : int
レンダリング先のアタッチテクスチャのmiplevelを保持します。
texture : Texture
アタッチメントポイントに取り付けられたテクスチャを保持します。
© 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.