features
This commit is contained in:
commit
492c5f2108
|
@ -186,4 +186,3 @@ button {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,11 @@ const pbrTexture = await useTexture({
|
||||||
<template>
|
<template>
|
||||||
<TresGroup>
|
<TresGroup>
|
||||||
<Suspense>
|
<Suspense>
|
||||||
|
<<<<<<< HEAD
|
||||||
<Environment files='public/hdrmaps/symmetrical_garden_4k.hdr' :background="true" />
|
<Environment files='public/hdrmaps/symmetrical_garden_4k.hdr' :background="true" />
|
||||||
|
=======
|
||||||
|
<Environment files='/hdrmaps/kloppenheim_06_4k.hdr' :background="true" />
|
||||||
|
>>>>>>> 464163ea2b8072acc2a785823aa39c00cc6d613d
|
||||||
</Suspense>
|
</Suspense>
|
||||||
<Suspense>
|
<Suspense>
|
||||||
<TresGroup :scale="3" :rotate-y="-Math.PI * -0.5" :translate-y="-3.25">
|
<TresGroup :scale="3" :rotate-y="-Math.PI * -0.5" :translate-y="-3.25">
|
||||||
|
|
Loading…
Reference in New Issue