Created
June 22, 2020 06:48
-
-
Save Franckapik/aea9a58362b0fac2ad0223d23efa8234 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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