boPlayer |
boolean
|
<optional>
|
|
true - is not select play scene for mesh.userData.boFrustumPoints = true. Default is false. |
playerOptions |
object
|
<optional>
|
|
The settings.options.playerOptions parameter of the Player . |
a |
number
|
<optional>
|
|
multiplier. Second parameter of the arrayFuncs item function. Default is 1. |
b |
number
|
<optional>
|
|
addendum. Third parameter of the arrayFuncs item function. Default is 0. |
scales |
object
|
<optional>
|
|
axes scales.
See options.scales of the MyThree for details. |
palette |
object
|
<optional>
|
new ColorPicker.palette();//palette: ColorPicker.paletteIndexes.BGYW
|
See ColorPicker.palette. |
point |
object
|
<optional>
|
{}
|
point settings. Applies to points with ShaderMaterial.
See ShaderMaterial for details.
The size of the point seems constant and does not depend on the distance to the camera.
Properties
Name |
Type |
Attributes |
Default |
Description |
size |
number
|
<optional>
|
0.02
|
The apparent angular size of a point in radians. |
|