say i created a plane with ExtendedPrimitives.createPlane,
in the object3d there is a mesh, and the mesh has vertex positions, uv coords, etc.
they are like vertex attributes, but they are not in VertexAttribute objects.
if i want to use shader with this plane and i need to access vertex position, normal, uv coords... how can i access them?