pmndrs / use-cannon

👋💣 physics based hooks for @react-three/fiber
https://cannon.pmnd.rs
2.74k stars 154 forks source link

Convert Trimesh Example to typescript #255

Closed bjornstar closed 2 years ago

bjornstar commented 2 years ago

BufferGeometry uses ArrayLike which is not as strict as Array prompting a change to TrimeshArgs to support this use case without additional work.