소스 검색

Fix error in example code (#320)

Rouven Bühlmann 1 년 전
부모
커밋
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"