1
0
Эх сурвалжийг харах

Fix error in example code (#320)

Rouven Bühlmann 1 жил өмнө
parent
commit
8ae3190b9d

+ 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"