C# (CSharp) Protogame ModelVertex - 5 examples found. These are the top rated real world C# (CSharp) examples of Protogame.ModelVertex extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
Represents a model vertex with all available data from the model.
Models may store different data in different areas depending on what shader is intended to be used with the model. For example, some models might specify vertex colors, and others might use textures and bump maps.