Skip to content

Commit

Permalink
feat(cientos/positional-audio): improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmontastier committed Apr 29, 2024
1 parent a0f02a2 commit 8b65696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/abstractions/PositionalAudio.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { onBeforeUnmount, ref, shallowRef, watch, toRefs, shallowReactive, onMounted } from 'vue'
import { onBeforeUnmount, shallowRef, watch, toRefs, shallowReactive, onMounted } from 'vue'
import { Box3, AudioLoader, AudioListener, type PositionalAudio } from 'three'
import { useTresContext, useLoader } from '@tresjs/core'
import { PositionalAudioHelper } from 'three/examples/jsm/helpers/PositionalAudioHelper'
Expand Down

0 comments on commit 8b65696

Please sign in to comment.