Skip to content

Instantly share code, notes, and snippets.

@Franckapik
Created June 22, 2020 06:48
Show Gist options
  • Save Franckapik/aea9a58362b0fac2ad0223d23efa8234 to your computer and use it in GitHub Desktop.
Save Franckapik/aea9a58362b0fac2ad0223d23efa8234 to your computer and use it in GitHub Desktop.
const [wheelBody, wheelApi] = useSphere(() => ({
args : [2,2,2]
}));
const [wheelShapeLF, wheelApiLF] = [wheelBody, wheelApi];
const [wheelShapeRL, wheelApiRL] = [wheelBody, wheelApi];
const [wheelShapeRF, wheelApiRF] = [wheelBody, wheelApi];
const [wheelShapeRR, wheelApiRR] = [wheelBody, wheelApi];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment