Name | Type | Description | |
---|---|---|---|
name | string | ||
optional | scene | Nullable<Scene> | |
optional | parent | Nullable<Node> | |
optional | source | LinesMesh | |
optional | doNotCloneChildren | boolean | |
optional | useVertexColor | boolean or undefined |
The intersection Threshold is the margin applied when intersection a segment of the LinesMesh with a Ray.
This margin is expressed in world space coordinates, so its value may vary.
Default value is 0.1
@returns the intersection Threshold value.
The intersection Threshold is the margin applied when intersection a segment of the LinesMesh with a Ray.
This margin is expressed in world space coordinates, so its value may vary.
Returns the string "LineMesh"
Name | Type | Description | |
---|---|---|---|
name | string |
Name | Type | Description | |
---|---|---|---|
optional | doNotRecurse | boolean |
Returns a new LineMesh object cloned from the current one.
Name | Type | Description | |
---|---|---|---|
name | string | ||
optional | newParent | Node | |
optional | doNotCloneChildren | boolean |