Is it possible to disable the vertex arrays?

Hi!



Is it possible to disable the use of vertex arrays in JME 2.0? I could do this in my previous engine and some users have some very bad graphics card that return stupid values for the max element count and/or handle vertex arrays very slowly.

I checked in the source code. JME 2.0 cannot work without vertex arrays. Then I will display a popup if the support of vertex arrays is too bad.