Jelajahi Sumber

Fix error in example code (#320)

Rouven Bühlmann 1 tahun lalu
induk
melakukan
8ae3190b9d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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"