OpenGLColorFacePainter
From K-3D
Description
| Renders mesh faces using a per-face color array |
| 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 |
| Color Array | Specifies the array name to be used for face colors | k3d::string_t | color_array |
| Array Type | Type of array to use | k3d::string_t | array_type |
Overview
OpenGLColorFacePainter renders polyhedron faces using the colors specified in a per-face array, which the user can specify at runtime.

