


brede_vrml_faceset - Construct VRML faceset or lineset
function brede_vrml_faceset(filename, F, V, ...
'PropertyName', 'PropertyValue')
Input: file VRML2 filename of file identifier
F Indices to vertices (indexed from 1)
V Vertex coordinates
Property: DiffuseColor [ {0.7} ] Diffuse color for the face
EmissiveColor [ {0.3} ] Emissive color for the face
Type [ {face} | line | edge ] 'Face'
renders polygons and 'line' or 'edge'
renders wireframes.
Face indices F should be index from one (not zero). F should
have each polygon or line in a row.
See also BREDE, BREDE_VRML, BREDE_VTA_PATCH, BREDE_TA3_PATCH.
$Id: brede_vrml_faceset.m,v 1.4 2007/03/12 08:54:51 fn Exp $