Pārlūkot izejas kodu

fix(cientos) remove default rotation

astanusic 2 gadi atpakaļ
vecāks
revīzija
c438e2871a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/cientos/src/core/Ring.vue

+ 1 - 1
packages/cientos/src/core/Ring.vue

@@ -20,7 +20,7 @@ defineExpose({
 })
 })
 </script>
 </script>
 <template>
 <template>
-  <TresMesh ref="ringRef" :rotation="[-Math.PI / 2, 0, 0]" v-bind="$attrs">
+  <TresMesh ref="ringRef" v-bind="$attrs">
     <TresRingGeometry :args="args" />
     <TresRingGeometry :args="args" />
     <slot>
     <slot>
       <TresMeshBasicMaterial :color="color" />
       <TresMeshBasicMaterial :color="color" />