Rename components name

This commit is contained in:
DefectingCat
2023-01-29 09:48:49 +08:00
parent bc00450881
commit 0119f82871
62 changed files with 98 additions and 98 deletions

View File

@ -45,7 +45,7 @@ renderer.render(scene, camera);
Now, we can get a black canvas in our document.
<RUASandpack
<RuaSandpack
template="react"
files={{
'/App.js': sandpack['how-to-load-a-background-with-threejs'].firstScene,
@ -125,7 +125,7 @@ controls.enablePan = false;
controls.update();
```
<RUASandpack
<RuaSandpack
template="react"
files={{
'/App.js': sandpack['how-to-load-a-background-with-threejs'].loadBackground,