The SkyRenderElement class is a render element that represents the sky.

SkyRenderElement 类表示天空渲染元素。

层级 (查看层级一览)

构造函数

属性

_renderElementOBJ: IRenderElement3D

The render element object that is declared for rendering.

声明用于渲染的渲染元素对象。

访问器

方法

  • 参数

    • cameraProjMat: Matrix4x4

      The camera's projection matrix.

    • aspectRatio: number

      The aspect ratio of the projection.

    • nearPlane: number

      The near plane distance of the projection.

    • farPlane: number

      The far plane distance of the projection.

    • fov: number

      The field of view for the perspective projection.

    • orthographic: boolean

      Whether to use an orthographic projection.

    返回 void

    Calculates the projection matrix based on the camera's projection matrix and other parameters.

    根据摄像机的投影矩阵和其他参数计算投影矩阵。