OpenGLFaceNormalPainter

From K-3D

Jump to: navigation, search

Description

Renders polyhedron face normal vectors
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
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

OpenGLFaceNormalPainter uses the OpenGL 1.1 API to render polyhedron face normal vectors as line segments.