Interface IUniformV3Array

interface IUniformV3Array {
    value: Vector3[];
}

Properties

Properties

value: Vector3[]