Obsolete Members for ForwardRenderer

The following members of QML type ForwardRenderer 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

特性

特性文檔編製

camera : Entity

Holds the current camera entity used to render the scene.

注意: A camera is an Entity that has a CameraLens as one of its components.

clearColor : color

Holds the current clear color of the scene. The frame buffer is initialized to the clear color before rendering.

externalRenderTargetSize : QSize

Contains the size of the external render target. External render targets are relevant when rendering does not target a window surface (as set in surface ).

frustumCulling : bool

Indicates if the renderer applies frustum culling to the scene.

gamma : real

Holds the gamma value the renderer applies to the scene.

surface : 對象

Holds the current render surface.

viewportRect : rect

Holds the current normalized viewport rectangle.