bx-865-apps #1

Merged
ksenia_mikhailova merged 140 commits from bx-865-apps into main 2024-06-27 15:03:27 +03:00
10 changed files with 10 additions and 8 deletions
Showing only changes of commit dd1599e082 - Show all commits

BIN
front/public/Andrey.glb Normal file

Binary file not shown.

BIN
front/public/Area_light.glb Normal file

Binary file not shown.

BIN
front/public/Ground.glb Normal file

Binary file not shown.

BIN
front/public/Mangal.glb Normal file

Binary file not shown.

BIN
front/public/Pillar.glb Normal file

Binary file not shown.

BIN
front/public/Pointer.glb Normal file

Binary file not shown.

BIN
front/public/Quad.glb Normal file

Binary file not shown.

BIN
front/public/Spot_light.glb Normal file

Binary file not shown.

View File

@ -51,14 +51,16 @@ normalMap.repeat.y = repeat
<TresPlaneGeometry :args="[repeat * 20, repeat * 20]" />
<TresMeshStandardMaterial :map="map" :normalMap="normalMap" />
</TresMesh>
<!-- <TresDirectionalLight :position="[10, 1, 1]" :intensity="10" cast-shadow /> -->
<ModelItem :modelUrl="'/walkway.glb'" />
<!-- <ModelItem :modelUrl="andreyUrl" /> -->
<!-- <ModelItem :modelUrl="mangalUrl" /> -->
<!-- <ModelItem :modelUrl="pillarUrl" /> -->
<!-- <ModelItem :modelUrl="pointerUrl" /> -->
<!-- <ModelItem :modelUrl="quadUrl" /> -->
<!-- <ModelItem :modelUrl="walkbayUrl" /> -->
<ModelItem modelUrl="/Walkway.glb" />
<ModelItem modelUrl="/Andrey.glb" />
<ModelItem modelUrl="/Area_light.glb" />
<!-- <ModelItem modelUrl="/Ground.glb" /> -->
<ModelItem modelUrl="/Mangal.glb" />
<ModelItem modelUrl="/Pillar.glb" />
<ModelItem modelUrl="/Pointer.glb" />
<ModelItem modelUrl="/Quad.glb" />
<ModelItem modelUrl="/Spot_light.glb" />
<ModelItem modelUrl="/Walkway.glb" />
<!-- <primitive :object="groundModel" /> -->
<!-- <primitive :object="skyModel" /> -->