Skip to content

Commit

Permalink
fix: removed axesHelper from Contact Shadows (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu authored Jul 29, 2023
1 parent c96e66b commit 821205a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/abstractions/ContactShadows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,5 @@ onLoop(() => {
:rotation="[Math.PI / 2, 0, 0]"
:args="[-cameraW / 2, cameraW / 2, cameraH / 2, -cameraH / 2, 0, far]"
/>
<TresAxesHelper :args="[10]" />
</TresGroup>
</template>

0 comments on commit 821205a

Please sign in to comment.