Re: [PyOpenGL-Users] constructing a VBO containing mixture of floats, ubytes, etc
Brought to you by:
mcfletch
From: Greg E. <gre...@ca...> - 2011-02-03 21:42:35
|
Stephen Hopkins wrote: > I dont think its possible to have 2 different data types in the same > array. Actually, you can -- numpy lets you have arrays of records, where each record can be made up of fields of different types. -- Greg |