Namespace: getTextIntersection

StereoEffect~StereoEffect.getTextIntersection(intersection, options)

Creates the SpriteText instance with information about point, intersected with mouse cursor.
Parameters:
Name Type Description
intersection THREE.Raycaster.intersectObject See intersection for details.
options object The following options are available
Properties
Name Type Attributes Description
scales object <optional>
axes scales. See options.scales parameter of the AxesHelper class for details.
spriteOptions object Options of the SpriteText. See SpriteText for details.
Source:
Returns:
new SpriteText with information about point, intersected with mouse cursor.