From K-3D
Description
Metadata
Properties
| Label
| Description
| Type
| Script Name
|
| Enabled
| Enable / disable drawing for this painter.
| k3d::bool_t
| enabled
|
| Unselected Mesh Color
| Color the mesh is drawn in when it is unselected
| k3d::color
| unselected_mesh_color
|
| Child Mesh Color
| Color the mesh is drawn in when its parent is selected
| k3d::color
| child_mesh_color
|
| Selected Mesh Color
| Color unselected components are drawn in when their mesh is selected
| k3d::color
| selected_mesh_color
|
| Selected Component Color
| Color selected components are drawn in
| k3d::color
| selected_component_color
|
Overview
VirtualOpenGLPointPainter is a Virtual Plugin that renders mesh points. Depending on the user's hardware, the actual work of rendering is done by OpenGLPointPainter or OpenGLVBOPointPainter.