PlyEdit: Glossary
From Headus Docs
(Difference between revisions)
Revision as of 02:28, 27 February 2010 (edit) Headus (Talk | contribs) ← Previous diff |
Revision as of 02:25, 1 March 2010 (edit) (undo) Headus (Talk | contribs) (→PV Color / CPV) Next diff → |
||
Line 3: | Line 3: | ||
==== PV Color / CPV ==== | ==== PV Color / CPV ==== | ||
- | The mesh color information is stored as an RGB value on each geometry point, hence "Per Vertex" color. Using this method the resolution of the color is only as good as the density of the geometry. | + | The mesh color information is stored as an RGB value on each geometry point, hence "Per Vertex" color or "Color Per Vertex". Using this method the resolution of the color is only as good as the density of the geometry. |
==== UV Color ==== | ==== UV Color ==== | ||
The mesh color information is stored in a separate image file (e.g. JPG or TIF), and each geometry point has an additional 2D UV coordinate that references a location in the image file. Using this method the color resolution is independent of the mesh density. | The mesh color information is stored in a separate image file (e.g. JPG or TIF), and each geometry point has an additional 2D UV coordinate that references a location in the image file. Using this method the color resolution is independent of the mesh density. |
Revision as of 02:25, 1 March 2010
PV Color / CPVThe mesh color information is stored as an RGB value on each geometry point, hence "Per Vertex" color or "Color Per Vertex". Using this method the resolution of the color is only as good as the density of the geometry. UV ColorThe mesh color information is stored in a separate image file (e.g. JPG or TIF), and each geometry point has an additional 2D UV coordinate that references a location in the image file. Using this method the color resolution is independent of the mesh density. |