Hi I need to do this but I haven't problem with array (don't compile):
Qt Code:
  1. GLfloat position[4];
  2. GLfloat[] getPosition() {return &position[0]; }
To copy to clipboard, switch view to plain text mode 
How can I do this? Thanks