Description. Displays a bitmap image on a resizable plane within the viewport.
Plugin Status. Stable
Categories. All Plugins, Stable Plugins, Annotation Plugins
Table B.290. ReferenceImage3D Properties
Label | Description | Type | Script Name |
---|---|---|---|
Input Matrix | Input matrix | k3d::matrix4 | input_matrix |
Output Matrix | Output Matrix | k3d::matrix4 | output_matrix |
Viewport Visible | Controls whether this node will be visibile in the viewport. | k3d::bool_t | viewport_visible |
Color | Color | k3d::color | color |
Opacity | Opacity | k3d::double_t | opacity |
Bitmap | Bitmap | k3d::bitmap* | bitmap |
Size | Size | k3d::double_t | size |
Aspect Ratio Type | Aspect Ratio Type | k3d::string_t | aspect_ratio_type |
Aspect Ratio | Aspect Ratio | k3d::double_t | aspect_ratio |
Orientation | Orientation type (forward or backward along X, Y or Z axis) | k3d::string_t | orientation |
Draw Behind | Draw the image so that always appears behind geometry | k3d::bool_t | draw_behind |