Added Summeries
This commit is contained in:
parent
71a22df8bd
commit
8296d9b8a9
47 changed files with 812 additions and 177 deletions
|
|
@ -18,6 +18,12 @@
|
|||
/// </summary>
|
||||
public VBO ConnectedVBO;
|
||||
|
||||
/// <summary>
|
||||
/// Creates a attribute for a mesh.
|
||||
/// </summary>
|
||||
/// <param name="index"></param>
|
||||
/// <param name="name"></param>
|
||||
/// <param name="buffer"></param>
|
||||
public MeshAttribute(int index, string name, VBO buffer)
|
||||
{
|
||||
Index = index;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue