Difference between revisions of "VertexAlpha"

From polycount
Redirect page
Jump to: navigation, search
m
(Redirected page to Vertex color)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
+
#REDIRECT [[Vertex color]]
<!-- ## page was renamed from Vertex Alpha -->
+
= Vertex Alpha =
+
Each vertex in a mesh can optionally store an Alpha value, called vertex alpha. This is typically used for [[Multitexture|multitexturing]] or for [[Opacity Map|transparency]].
+
 
+
Because vertex alpha is simply a monochrome set of values it can be used for other purposes, like providing per-vertex sound effects in response to collisions, controlling foliage bend amount for a tree's animated vertex shader, etc.
+
 
+
Depending on the game engine and mesh format, a single vertex can be assigned multiple vertex alpha values. This duplicates the vertex, once for each alpha value, which allows the alpha to change suddenly from one triangle to the next, creating a hard alpha edge.
+
 
+
Vertices can also store [[VertexColor]], which is typically multiplied with the [[DiffuseMap]].
+
 
+
----
+
[[Category:Texturing]] [[Category:TextureTypes]]
+

Latest revision as of 12:53, 11 October 2014

Personal tools
Namespaces

Variants
Actions
Navigation
Tools