Description. Scriped node that can do arbitrary rendering using OpenGL.
Plugin Status. Stable
Categories. All Plugins, Stable Plugins, OpenGL Plugins, Script Plugins
Table B.254. OpenGLRenderableScript 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 |
Script | Script source code | k3d::string_t | script |