1d float texture for a shader

If your data consists of some static columns and some animated columns, you may build a GeomVertexFormat with the animated columns in a separate array from the static columns, and that data will be uploaded separately, at least on OpenGL.

David