Used to implement rendering states.

用于实现渲染状态。

属性

configPipeLineMode: string = "Forward"

The rendering pipeline mode.

渲染管线模式

_instance: RenderContext3D

The singleton instance of the RenderContext3D.

RenderContext3D的单例实例。

clientHeight: number

The height of the rendering area.

渲染区域的高度。

clientWidth: number

The width of the rendering area.

渲染区域的宽度。

访问器

方法

  • 参数

    • cameraUpdateMark: number

      The camera update mark.

    返回 void

    Applies the context with the given camera update mark.

    应用具有给定相机更新标记的上下文。

  • 参数

    • x: number

      The x-coordinate of the scissor rectangle.

    • y: number

      The y-coordinate of the scissor rectangle.

    • width: number

      The width of the scissor rectangle.

    • height: number

      The height of the scissor rectangle.

    返回 void

    Changes the scissor rectangle.

    更改裁剪矩形。

  • 参数

    • x: number

      The x-coordinate of the viewport.

    • y: number

      The y-coordinate of the viewport.

    • width: number

      The width of the viewport.

    • height: number

      The height of the viewport.

    返回 void

    Changes the viewport.

    更改视口。