Explorar o código

fix(cientos) remove default rotation

astanusic %!s(int64=2) %!d(string=hai) anos
pai
achega
c438e2871a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/cientos/src/core/Ring.vue

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

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