Flavor 0 - Vertex

---------------------------------------------------------------------------------------------------------------------------------------------------------

Tracks - Objects - Cars
---------------------------------------------------------------------------------------------------------------------------------------------------------

It defines a point in the 3D space.

   LONG   PURPOSE
  -------------------------------------------------------------------------------------------------------------------------------------------------------
    1     Flavor Flag  (00 00 00 00)
    2     X-Coordinate
    3     Y-Coordinate
    4     Z-Coordinate
    5(*)  Corresponding X-Coordinate in MIP Image (both optional)
    5(*)  Corresponding Y-Coordinate in MIP Image (both optional)

(*) These values are 2 bytes integers

V01 specifies a non textured polygon, its lacks xmip, ymip values
V02 specifies a textured polygon.

Back