Creates a linkable object that takes the position information from one object and orientation information from another
| <viz>.mergeLinkable( | |
| pos | |
| ori |
)
pos
A linkable object that will provide the position data.
ori
A linkable object that will provide the orientation data.
Use to combine position and orientation information from two distinct sources.
A VizMergeLinkable object, which provides the following methods, in addition to the standard VizLinkable methods:
Method |
Description |
setPosLinkable(pos) |
Set the linkable object that will provide position data. |
getPosLinkable() |
Get the linkable object that provides position data. |
setOriLinkable(ori) |
Set the linkable object that will provide orientation data. |
getOriLinkable() |
Get the linkable object that provides orientation data. |