add models

This commit is contained in:
Kseninia Mikhaylova 2024-06-03 09:10:09 +03:00
parent 96c9b5c5ca
commit dd1599e082
10 changed files with 10 additions and 8 deletions

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