Incorrect texturing for add-ons
levinli303 opened this issue · 1 comments
Describe the bug
Reported by mobile user, reproducible on desktop. See screenshots
To Reproduce
Steps to reproduce the behavior:
- Download Earth's Auroras add-on
- Go to Earth
- See error
Expected behavior
Screenshots
Additional context
The bad commit is 3d5ce7b#diff-7139070d8ab8a118bba0171ff5da4b90b7fa199c9d6d94e99c72d426ae9848a1
This comes down to the use of Mesh ""
in the Auroral Oval - this is now detected as an invalid filename and thus the Mesh declaration gets ignored, leading to the object being created as a sphere that intersects the actual Earth leading to the patterns. Previously this declaration would be accepted, resulting in the geometry having an invalid resource and thus not being rendered.
One fix is to remove the Mesh declaration, decrease the radius of Auroral Oval and increase the cloud height. This also has the bonus effect of not logging an error when it fails to load the nonexistent mesh.