Kaynağa Gözat

Fix error in example code (#320)

Rouven Bühlmann 1 yıl önce
ebeveyn
işleme
8ae3190b9d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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"