Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunakepio committed Apr 12, 2024
1 parent d88c29c commit c690ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dust.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const o = new Object3D()
const v = new Vector3()
const q = new Quaternion()


// testing

export function Dust({ count = 500, opacity = 0.1, size = 0.6 }) {
const smoke01 = useLoader(TextureLoader, './particles/smokes/smoke_01.png');
Expand Down

0 comments on commit c690ea6

Please sign in to comment.