|
Component Prototype |
Description |
|||
|
Image3D Component
|
Represent a 3D Image component. Displays an image in 2D, when the visible in-slot is set to true. png, jpg, bmp are image file formats supported by this component. |
|||
|
In-slots |
Name |
Type |
Description |
|
|
visible*** |
boolean |
The component is shown when true and hidden when false. |
||
|
transformation*** |
matrix |
This transformation matrix is applied to the component geometry when shown |
||
|
Out-slots |
Name |
Type |
Description |
|
|
visible*** |
boolean |
The in-slot is propagated to the out-slot |
||
|
transformation*** |
matrix |
This transformation matrix corresponds to the output transformation, which combines input transformation with the offset. |
||
|
Properties |
Name |
Type |
Description |
|
|
iconFileName* |
string |
The filename of the icon shown for the component in the authoring environment. |
||
|
imageFilename |
string |
File name of the image to be shown |
||
|
offset*** |
matrix |
The offset transformation matrix between the transformation given by the in-slot and the geometry model |
||