未验证 提交 8adeb9b3 编写于 作者: M Mateusz Charytoniuk 提交者: GitHub

[TS] `setFromBufferAttribute` missing in `Box3`

上级 5516c6f4
import { BufferAttribute } from './../core/BufferAttribute';
import { Vector3 } from './Vector3';
import { Object3D } from './../core/Object3D';
import { Sphere } from './Sphere';
......@@ -15,6 +16,7 @@ export class Box3 {
set( min: Vector3, max: Vector3 ): this;
setFromArray( array: ArrayLike<number> ): this;
setFromBufferAttribute( bufferAttribute: BufferAttribute ): this;
setFromPoints( points: Vector3[] ): this;
setFromCenterAndSize( center: Vector3, size: Vector3 ): this;
setFromObject( object: Object3D ): this;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册