3 using SiliconStudio.Core;
5 namespace SiliconStudio.
Paradox.Graphics
17 IsLeftHanded = isLeftHanded;
24 public T[] Vertices {
get; set; }
30 public int[] Indices {
get; set; }
36 public bool IsLeftHanded {
get; set; }
Base class for a framework component.
GeometricMeshData(T[] vertices, int[] indices, bool isLeftHanded)
The base interface for all the vertex data structure.