remove grass
This commit is contained in:
parent
ad0a93d295
commit
679576ad1a
|
@ -104,9 +104,10 @@ watch([section_count, extra_section], () => {
|
|||
<ModelParametric />
|
||||
</Suspense>
|
||||
</TresGroup>
|
||||
|
||||
<TresMesh receive-shadow :position-y="-3.65" name="ground">
|
||||
<TresCircleGeometry :args="[50, 32]" :rotate-x="-Math.PI * 0.5" />
|
||||
<TresMeshStandardMaterial v-bind="groundMaterial" />
|
||||
<TresShadowMaterial :opacity="0.2"/>
|
||||
</TresMesh>
|
||||
|
||||
<template v-if="pointLight">
|
||||
|
|
|
@ -89,7 +89,6 @@ watch([section_count, fence_section, extra_section], () => {
|
|||
</script>
|
||||
<template>
|
||||
<TresGroup :scale="scale_koef" :position-x="translate_to_section" :name="`fence ${index}`" :position-y="0">
|
||||
|
||||
<TresGroup name="pillar_one" v-if="!remove_pillar && show_pillar_one" :position-x="pillar_one_pos"
|
||||
:position-z="0">
|
||||
<TresGroup :position-y="(lSize * -0.5)" :scale="[1, 0.5, 1]">
|
||||
|
|
Loading…
Reference in New Issue