Capítulo 11 de 859
A class for displaying points or point clouds.
[0,1] that specify how much of the morph is applied. This member is undefined by default and…Constructor
| Signature |
|---|
| `new Points( geometry : BufferGeometry, material : Material |
Properties
| Property | Description |
|---|---|
.geometry : BufferGeometry | The points geometry. |
.isPoints : boolean (readonly) | This flag can be used for type testing. |
| `.material : Material | Array.<Material>` |
| `.morphTargetDictionary : Object.<string, number> | undefined` |
| `.morphTargetInfluences : Array.<number> | undefined` |
Methods
| Method | Description |
|---|---|
.raycast( raycaster : Raycaster, intersects : Array.<Object> ) | Computes intersection points between a casted ray and this point cloud. |
.updateMorphTargets() | Sets the values of Points#morphTargetDictionary and Points#morphTargetInfluences to make sure existing morph targets can infl… |