web3d / node_modules /three /src /helpers /VertexNormalsHelper.d.ts
julien-c's picture
julien-c HF staff
do not gitignore the builds
6cd9596
raw
history blame contribute delete
339 Bytes
import { Object3D } from './../core/Object3D';
import { LineSegments } from './../objects/LineSegments';
export class VertexNormalsHelper extends LineSegments {
constructor(
object: Object3D,
size?: number,
hex?: number,
linewidth?: number
);
object: Object3D;
size: number;
update(object?: Object3D): void;
}