Browse Source

fix(cientos) remove default rotation

astanusic 2 years ago
parent
commit
c438e2871a
1 changed files with 1 additions and 1 deletions
  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" />