OpenGLVaryingDataPainter
From K-3D
Description
| Prints associated varying data near each edge, for debugging purposes |
| Plugin Status: | Experimental |
| Categories: | All Plugins, Experimental Plugins, OpenGL Plugins, Painter Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Enabled | Enable / disable drawing for this painter. | k3d::bool_t | enabled |
| Font | Font path | k3d::filesystem::path | font |
| Font Size | Font size. | k3d::double_t | font_size |
| Font Antialiasing | Render antialiased text. | k3d::bool_t | antialias |
| Color | Color of the text | k3d::color | color |
| Edge Offset | Offsets numbers away from their edges. | k3d::double_t | edge_offset |
| Face Offset | Offsets numbers away from their polygons. | k3d::double_t | face_offset |
| Array Name | Specifies the array to draw | k3d::string_t | array_name |

