提交 c6e134d0 编写于 作者: M Mugen87

TS: Added missing declaration file for TubePainter.

上级 5b729616
import {
Matrix4,
Mesh,
Vector3
} from '../../../src/Three';
export class TubePainter {
constructor();
mesh: Mesh;
stroke( position1: Vector3, position2: Vector3, matrix1: Matrix4, matrix2: Matrix4 ): void;
updateGeometry( start: number, end: number ): void;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册