From K-3D
Description
| Draws arrows to show polyhedron face orientation
|
Metadata
Properties
| Label
| Description
| Type
| Script Name
|
| Enabled
| Enable / disable drawing for this painter.
| k3d::bool_t
| enabled
|
| Draw Selected
| Draw normals for selected polygons
| k3d::bool_t
| draw_selected
|
| Draw Unselected
| Draw normals for unselected polygons
| k3d::bool_t
| draw_unselected
|
| Selected Color
| Normal color for selected polygons
| k3d::color
| selected_color
|
| Unselected Color
| Normal color for unselected polygons
| k3d::color
| unselected_color
|
Overview
OpenGLFaceOrientationPainter annotates polyhedron faces by drawing an arrow from the first point of each face to its second point, providing users with a visual indication of each face's first point and orientation.