Variable VertexPosTintTex.position

3D position.

struct VertexPosTintTex
{
  // ...
  gfm.math.vector.Vector!(float,3) position ;
  // ...
}