WireframeDecorOptions
Constructor
constructor
constructor(parameters: object): WireframeDecorOptions
Parameters:
Name | Type | Required | Default | Description |
---|---|---|---|---|
parameters | object | Yes | - | |
parameters.color | string | number | No | 0x0bbfba | hex triplet number (0xffffff) or color as a CSS-style string like (#ffffff) |
parameters.thresholdAngle | number | No | 15 | An edge is only rendered if the angle (in degrees) between the face normals of the adjoining faces exceeds this value. |