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 @@ -127,11 +127,13 @@ function buildAssetHTML(assetUrl, categories) {
127127 'segment-textures' : `
128128 <!-- segment mixins with textures -->
129129 <img id="seamless-road" src="${ assetUrl } materials/TexturesCom_Roads0086_1_seamless_S_rotate.jpg" crossorigin="anonymous">
130+ <img id="seamless-sandy-road" src="${ assetUrl } materials/TexturesCom_Roads0086_1_seamless_S_rotate-sandy.webp" crossorigin="anonymous">
130131 <img id="seamless-bright-road" src="${ assetUrl } materials/asphalthd_Base_Color.jpg" crossorigin="anonymous">
131132 <img id="seamless-sidewalk" src="${ assetUrl } materials/TexturesCom_FloorsRegular0301_1_seamless_S.jpg" crossorigin="anonymous">
132133 <img id="hatched-base" src="${ assetUrl } materials/seamless-lane-with-hatch-half.jpg" crossorigin="anonymous">
133134 <img id="hatched-normal" src="${ assetUrl } materials/seamless-lane-with-hatch-half.jpg" crossorigin="anonymous">
134135 <a-mixin shadow="cast: false" id="drive-lane" geometry="width:3;height:150;primitive:plane" material="roughness:${ surfacesRoughness } ;repeat:0.3 25;offset:0.55 0;src:#seamless-road;"></a-mixin>
136+ <a-mixin shadow="cast: false" id="sandy-lane" geometry="width:3;height:150;primitive:plane" material="roughness:${ surfacesRoughness } ;repeat:0.3 5;offset:0.55 0;src:#seamless-sandy-road;"></a-mixin>
135137 <a-mixin shadow="cast: false" id="bright-lane" geometry="width:3;height:150;primitive:plane" material="roughness:${ surfacesRoughness } ;repeat:0.6 50;offset:0.55 0;src:#seamless-bright-road;color:#dddddd"></a-mixin>
136138 <a-mixin shadow="cast: false" id="bike-lane" geometry="width:1.8;height:150;primitive:plane" material="roughness:${ surfacesRoughness } ;repeat:0.3 25;offset:0.55 0;metalness:0;src:#seamless-road;"></a-mixin>
137139 <a-mixin shadow id="sidewalk" anisotropy geometry="width:3;height:150;primitive:plane" material="roughness:${ surfacesRoughness } ;repeat:1.5 75;src:#seamless-sidewalk;"></a-mixin>
You can’t perform that action at this time.
0 commit comments