Skip to content

Commit

Permalink
chore: adjust position
Browse files Browse the repository at this point in the history
  • Loading branch information
nekomeowww committed Dec 6, 2024
1 parent d93510b commit dbcbb6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/stage/src/components/ThreeDScene.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ const emit = defineEmits<{
}>()
const cameraPositionX = ref(0)
const cameraPositionY = ref(0.15)
const cameraPositionZ = ref(-1)
const cameraPositionY = ref(0.1)
const cameraPositionZ = ref(-1.5)
const vrmModelPositionX = ref(0)
const vrmModelPositionY = ref(-1.3)
const vrmModelPositionY = ref(-1.4)
const vrmModelPositionZ = ref(-0.3)
</script>

Expand Down

0 comments on commit dbcbb6f

Please sign in to comment.