Skip to content

Instantly share code, notes, and snippets.

@shrirambalaji
shrirambalaji / exampleGltfModel.js
Last active January 20, 2022 05:32
exampleGltfModel.js
import { useEffect, useLayoutEffect, useRef, useState } from "react";
import { useGLTF, useAnimations } from "@react-three/drei";
import { useFrame, useThree } from "@react-three/fiber";
import { Quaternion, Vector3 } from "three";
// import { useCompoundBody} from "@react-three/cannon";
import { useStore } from "../store";
const keys = {
KeyW: "forward",
KeyS: "backward",
@shrirambalaji
shrirambalaji / CSS Reset.md
Last active December 4, 2021 11:23
CSS Reset used in web stuff!