File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -223,8 +223,10 @@ function buildAssetHTML(assetUrl, categories) {
223223 grounds : `
224224 <!-- grounds -->
225225 <img id="grass-texture" src="${ assetUrl } materials/TexturesCom_Grass0052_1_seamless_S.jpg" crossorigin="anonymous">
226+ <img id="compacted-gravel-texture" src="${ assetUrl } materials/compacted-gravel_color.webp" crossorigin="anonymous">
226227 <img id="parking-lot-texture" src="${ assetUrl } materials/TexturesCom_Roads0111_1_seamless_S.jpg" crossorigin="anonymous">
227228 <img id="asphalt-texture" src="${ assetUrl } materials/TexturesCom_AsphaltDamaged0057_1_seamless_S.jpg" crossorigin="anonymous">
229+ <img id="sandy-asphalt-texture" src="${ assetUrl } materials/sandy-asphalt-texture_color.webp" crossorigin="anonymous">
228230
229231 <!-- legacy plane-based grounds for compatibility with 0.4.2 and earlier scenes, not used for new streets -->
230232 <a-mixin shadow id="ground-grass" rotation="-90 0 0" geometry="primitive:plane;height:150;width:40" material="src:#grass-texture;repeat:5 5;roughness:1"></a-mixin>
You can’t perform that action at this time.
0 commit comments