For some reason I cannot store data in an array if it is a pointer. If I stop it from being a pointer it works perfectly, but I need to have an array that holds a variable amount so it must be a pointer. Here is my code. Why is this array not storing more than one vertex at a time?For some reason I cannot store data in an array