new Options(options)
Options of the canvas
Parameters:
Name |
Type |
Description |
options |
Object
|
See the options parameter of the MyThree class. |
- Source:
Namespaces
- raycaster
Methods
(static) findSpriteTextIntersection(scene)
Finds on the
Scene a child item of the "Sprite" type and "spriteTextIntersection" name.
Parameters:
Name |
Type |
Description |
scene |
THREE.Scene
|
Scene instance. |
- Source:
Returns:
item of the "Sprite" type and "spriteTextIntersection" name or undefined.
createOrbitControls(camera, renderer, scene)
Parameters:
- Source:
restoreSceneController(camera, scene)
Parameters:
- Source:
setPalette(paletteopt)
Parameters:
Name |
Type |
Attributes |
Description |
palette |
ColorPicker.palette
|
<optional>
|
new palette. |
- Source:
setW(options)
set the scales.w key of the options
Parameters:
Name |
Type |
Description |
options |
Object
|
Properties
Name |
Type |
Attributes |
Default |
Description |
scales.w.name |
string
|
<optional>
|
"W"
|
axis name. |
scales.w.min |
number
|
<optional>
|
0
|
Minimum range of the color palette index. |
scales.w.max |
number
|
<optional>
|
1
|
Maximum range of the color palette index. |
|
- Source: