Material instance property block.

材质实例属性块。

构造函数

属性

INSTANCETYPE_ATTRIBUTE: number = 0

Attribute instance rendering scheme. Advantages: High merge quantity, high merge efficiency, good rendering performance. Disadvantages: Few instance variable elements.

属性实例渲染方案。优点:合并数量多,合并效率高,渲染性能优。缺点:实例变量元素少。

INSTANCETYPE_UNIFORMBUFFER: number = 1

Uniform instance rendering scheme. Advantages: Many instance variables, flexible. Disadvantages: Merge quantity affected by WebGLContext._maxUniformFragmentVectors, low merge efficiency.

统一实例渲染方案。优点:实例变量多,灵活。缺点:合并数量受 WebGLContext._maxUniformFragmentVectors 的影响,合并效率低。

方法

  • 参数

    • attributeName: string

      The attribute name (should correspond to the Shader).

    • arrays: Float32Array

      The data.

    • attributeLocation: InstanceLocation

      The attribute Shader location (needs to correspond one-to-one with the Attribute declaration in the shader).

    返回 void

    Set Number material array property.

    设置 Number 材质数组属性。