Rouven Bühlmann 1 год назад
Родитель
Сommit
8ae3190b9d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/api/composables.md

+ 1 - 1
docs/api/composables.md

@@ -133,7 +133,7 @@ Then you can bind the textures to the material.
 <template>
   <TresCanvas>
     <TresMesh>
-      <TresMeshSphereGeometry />
+      <TresSphereGeometry />
       <TresMeshStandardMaterial
         :map="map"
         :displacementMap="displacementMap"