new Intersections(object, intersectMeshList, settingsopt)
Creates an intersection lines for graphic objects.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
object |
THREE.Mesh | graphic object for which the intersection lines with other objects will be obtained. | |||||||||||||||||
intersectMeshList |
THREE.Mesh | array | THREE.Mesh - Mech, which intersects with object.
array - array of intersect graphic objects. Every item is: THREE.Mesh - Mech, which intersects with object. or object - object keys is: mesh - Mech, which intersects with object. color - intersection lines color. Examples: 0xffffff, 'yellow'. Default is white. |
|||||||||||||||||
settings |
object |
<optional> |
the following settings are available:
Properties
|
- Source: