|
@@ -9,7 +9,7 @@ The `cientos` package provides a `<Sphere />` component that serves as a short-c
|
|
|
```html
|
|
|
<Sphere :args="[1, 1, 1]" color="pink" />
|
|
|
|
|
|
-// Plane with a custom material transformations
|
|
|
+// Sphere with a custom material transformations
|
|
|
<Sphere ref="planeRef" :args="[1, 1, 1]" :position="[2, 4, 0]">
|
|
|
<TresMeshToonMaterial color="pink" />
|
|
|
</Sphere>
|