Constructor
new Label3D(position, value)
Parameters:
Name | Type | Description |
---|---|---|
position | Vector3 | Position of the label. |
value | string | text value. |
- Source
Members
domElement :HTMLDivElement
Type:
- HTMLDivElement
- Source
position :Vector3
Type:
- Vector3
- Source
Methods
update(itownsView)
Updates the position of the label on the screen based on the camera view.
Parameters:
Name | Type | Description |
---|---|---|
itownsView | PlanarView | iTowns view instance. |
- Source