| Label
| Description
| Type
| Script Name
|
| Input Mesh
| Input mesh
| k3d::mesh*
| input_mesh
|
| Output Mesh
| Output mesh
| k3d::mesh*
| output_mesh
|
| Mesh Selection
| Input Mesh Selection
| k3d::mesh_selection
| mesh_selection
|
| Maximum Angle
| Normals will not be smoothed across points sharper than this angle (only applies to Face-Varying Normals).
| k3d::double_t
| max_angle
|
| Uniform Normals
| Generate uniform (per-face) normals.
| k3d::bool_t
| uniform
|
| Face-Varying Normals
| Generate face-varying (per-edge) normals.
| k3d::bool_t
| face_varying
|
| Vertex Normals
| Generate vertex normals.
| k3d::bool_t
| vertex
|
| Uniform Array Name
| Uniform output array name.
| k3d::string_t
| uniform_array
|
| Face-Varying Array Name
| Face-varying output array name.
| k3d::string_t
| face_varying_array
|
| Vertex Array Name
| Vertex output array name.
| k3d::string_t
| vertex_array
|