Config3D class is used to create 3D initialization configuration.

Config3D 类用于创建3D初始化配置。

构造函数

属性

BVH_limit_size: number = 32

Maximum size of BVH node

最大BVH节点的大小

BVH_max_SpatialCount: number = 7

Maximum number of cells in a BVH node, nodes exceeding this number will be separated

一个BVH节点最大的cell数,超过这个数会分离

BVH_Min_Build_nums: number = 10

Minimum number of cellbuilds, if less than this number, BVH construction will not occur

最小cellbuild数,如果小于这个数,不会进行BVH构建

customResolution: boolean = false

Set custom resolution

设置自定义分辨率

defaultCacheRTMemory: number = 256

Set the maximum value cached by RendertexturePool

设置最大RendertexturePool缓存的值

defaultPhysicsMemory: number = 16

Default physics function initialization memory, in MB.

默认物理功能初始化内存,单位为M。

enableDynamicBatch: boolean = true

Whether to enable dynamic batch

是否启用动态合并

enableMultiLight: boolean = true

Whether to enable multiple lights. If the scene doesn't need multiple lights, turning it off can improve performance.

是否启用多光源。如果场景不需要多光源,关闭后可提升性能。

enableStaticBatch: boolean = true

Whether to enable static batch

是否启用静态合并

lightClusterCount: Vector3 = ...

Number of light clusters on X, Y, Z axes. The Z value affects the number of area lights (point lights, spotlights) that a Cluster can receive. Math.floor(2048 / lightClusterCount.z - 1) * 4 is the maximum average number of area lights each Cluster can receive. If the average number of light sources affecting each Cluster is greater than this value, the more distant Clusters will ignore the excess light effects.

X、Y、Z轴的光照集群数量。Z值会影响Cluster接受区域光(点光、聚光)影响的数量。Math.floor(2048 / lightClusterCount.z - 1) * 4 为每个Cluster的最大平均接受区域光数量。如果每个Cluster所接受光源影响的平均数量大于该值,则较远的Cluster会忽略其中多余的光照影响。

maxLightCount: number = 32

Maximum number of lights.

最大光源数量。

maxMorphTargetCount: number = 32

Maximum number of morph targets

最大形变数量

pixelRatio: number = 1

Set 3D RT resolution multiplier

设置3D RT分辨率倍数

useBVHCull: boolean = false

Whether to use BVH culling

是否使用BVH裁剪

方法

  • 参数

    • width: number

      Set resolution width, unit: pixel

    • height: number

      Set resolution height, unit: pixel

    返回 void

    Set resolution size (not the actual rendering resolution)

    设置分辨率大小(并不是实际渲染分辨率)