Przeglądaj źródła

Fix error in example code (#320)

Rouven Bühlmann 1 rok temu
rodzic
commit
8ae3190b9d
1 zmienionych plików z 1 dodań i 1 usunięć
  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"