Hi, I am just starting 3D / VR development with Godot and I was trying to import a lowpoly blender model into Godot. It generally worked well, but when getting a little distance between the model and the camera (in editor and in VR), the model get very obscure. Also, the hooves of the cows are weird, because some faces seem to be connected the wrong way. Could this be a Godot issue or is my model just problematic? In blender it looks good and importing into Unity also works.
You might need to clean up the mesh. I think you can merge vertices with an option. Even in the “good” image I can still see some mesh between the feet.
Im pretty new to blender but my first mesh ended up with having 4 versions of itself super imposed on itself. It took me a while to realize and I had no idea how it happened. Anyways I did a cleanup option that merged vertices by distance into a single model. Glad it worked for you too!