Thank you very much for your prompt!Based on your advice, I have found the following interface, which will disable VBO offset
auto mapper = vtkSmartPointer<vtkOpenGLPolyDataMapper>::New();
mapper->SetVBOShiftScaleMethod(false);
After using this interface, VBO offset will no longer occur in VTK