Class: getShaderMaterialPoints

getShaderMaterialPoints~getShaderMaterialPoints(group, arrayFuncs, onReady, settingsopt)

Gets THREE.Points with THREE.ShaderMaterial material. Extends MyObject.

Constructor

new getShaderMaterialPoints(group, arrayFuncs, onReady, settingsopt)

Gets THREE.Points with THREE.ShaderMaterial material
Parameters:
Name Type Attributes Default Description
group THREE.Group | THREE.Scene THREE.Group or THREE.Scene.
arrayFuncs array points.geometry.attributes.position array. See arrayFuncs parametr of the Player.getPoints(...) for details.
onReady function Callback function that take as input the new THREE.Points.
settings object <optional>
{}
Properties
Name Type Attributes Default Description
tMin number <optional>
0 start time. Uses for playing of the points.
pointsOptions object <optional>
points options. See settings.pointsOptions of MyPoints for details.
options object <optional>
{} see MyThree options parameter for details
Properties
Name Type Attributes Description
point Object <optional>
point options. See Options get point member for details.
scales number <optional>
Axis scales. See options.scales of the MyThree for details.
Properties
Name Type Attributes Description
w object <optional>
w axis scale. See Options.setW(options) for details.
Source:

Extends

  • MyObject