From 2602eedaa5fa39fc2886469df7b864c895b0d3c0 Mon Sep 17 00:00:00 2001 From: "Mr.doob" Date: Mon, 11 Jan 2016 06:44:46 +0000 Subject: [PATCH] Docs: Removed morphTargets property in BufferGeometry. See #7940. --- docs/api/core/BufferGeometry.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/api/core/BufferGeometry.html b/docs/api/core/BufferGeometry.html index cfd1c92a4a..540dbf72ab 100644 --- a/docs/api/core/BufferGeometry.html +++ b/docs/api/core/BufferGeometry.html @@ -146,13 +146,6 @@ { radius: float } -

[property:Array morphTargets]

-
- Array of morph targets. Each morph target is a Javascript object: - { name: "targetName", vertices: [ new THREE.Vertex(), ... ] } - Morph vertices match number and order of primary vertices. -
-

Methods

[page:EventDispatcher EventDispatcher] methods are available on this class.

-- GitLab