Namespace: selectMeshPlayScene

Player~Player.selectMeshPlayScene(mesh, settingsopt)

Select a scene for playing of the mesh
Parameters:
Name Type Attributes Default Description
mesh THREE.Mesh Mech for playing.
settings Object <optional>
{} the following settings are available
Properties
Name Type Attributes Default Description
t number <optional>
0 time
options Object <optional>
{ dat: false } See the options parameter of the MyThree class.
Properties
Name Type Attributes Default Description
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.
Source: