Fixed typo

PointClout to PointCloud
This commit is contained in:
electricessence
2014-08-11 11:47:40 -07:00
parent 3a8aadde8f
commit 39a3186f8d

2
threejs/three.d.ts vendored
View File

@@ -2169,7 +2169,7 @@ declare module THREE {
clone(): MeshPhongMaterial;
}
export interface PointCloutMaterialParameters {
export interface PointCloudMaterialParameters {
color?: number;
map?: Texture;
size?: number;