Methods
appendChild(count)
Append new item into controller
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
count |
object | Count of points in the FrustumPoints
Properties
|
- Source:
create(fPoints, languageCode)
create controls
Parameters:
Name | Type | Description |
---|---|---|
fPoints |
GUI | parent folder. See GUI. |
languageCode |
string | Localization. The "primary language" subtag of the language version of the browser.
Examples: "en" - English language, "ru" Russian. See the rfc4646 2.1 Syntax for details. |
- Source:
display(display)
Display or hide the FrustumPoints controls.
Parameters:
Name | Type | Description |
---|---|---|
display |
string | 'block' - display
'none' - hide |
- Source:
getSelectedIndex()
- Source:
Returns:
frustum point index selected by user from controls.
null if user have not selected any point.
isDisplay()
Is FrustumPoints controls visible?
- Source:
Returns:
true - FrustumPoints controls is visible.
pointIndexes(index)
Sets to the controls the indexes of the selected frustum point.
Parameters:
Name | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
index |
object |
Properties
|
- Source: