From 7b5459a7778491c06d7cf0f77cfef01a1fe47e30 Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 11 Mar 2005 13:33:38 +0000 Subject: [PATCH] Wrote down the final right version of the naming rules (af and NOT fa) --- vcg/simplex/vertex/with/readme.txt | 34 +++++++++++++++++++----------- 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/vcg/simplex/vertex/with/readme.txt b/vcg/simplex/vertex/with/readme.txt index c3d34733..e2415c02 100644 --- a/vcg/simplex/vertex/with/readme.txt +++ b/vcg/simplex/vertex/with/readme.txt @@ -21,23 +21,33 @@ * * ****************************************************************************/ -This folders contains most common vertex configuration files -The name of the file specify the members that are added to the vertex class -The name is a sequence of letters, in strict alphabetical order. -The possible admitted letters are +This folders contains most common VERTEX configuration files. -A - vertex-face adjacency -C - Color -N - Normal -Q - Quality -T - Texture Coords +The name of the file specifies the members that are added to the vertex +class. The name is a sequence of letter pairs, in strict alphabetical order. The +possible admitted letters pairs are: + +Adjacency Info + +AF - Vertex-Face adjacency +AE - Vertex-Edge adjacency +AT - Vertex-Tetra adjacency + +Per-Vertex Data +VC - Color +VN - Normal +VM - Incremental Mark +VQ - Quality +VT - Texture Coords E.g. -#include +#include generate a type -VertexACQ -that can store V-F adjacency, color and quality. + +VertexAFVCVQ + +That can store V-F adjacency, color, normal and quality.