You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @OmarShehata! Can you update the example to use Cesium.buildModuleUrl('Assets/Textures/waterNormals.jpg') instead of require.toUrl? Also search to make sure none of the other Sandcastle examples use require.toUrl. I thought we fixed this before for #6471 but we obviously missed this one
Misc materials
and chooseWater
.Uncaught ReferenceError: require is not defined (on line 150)
Changing:
to
Seems to work (at least doesn't throw an error).
The text was updated successfully, but these errors were encountered: