class CustomVertexPosCol : Object

public float x
public float y
public float z
public uint color

public CustomVertexPosCol( float x, float y, float z, uint color )