wotori-studio / NFText

NFT minting and collaboration platform compatible with Cosmos-based blockchains.
https://stellar.ekza.io
MIT License
1 stars 2 forks source link

3D file load animation #49

Closed wotori closed 2 years ago

wotori commented 2 years ago

show loader while 3D file loads from Ipfs

wotori commented 2 years ago

It could be easier then suspected

import { Html, useProgress } from '@react-three/drei'

function Loader() {
  const { progress } = useProgress()
  return <Html center>{progress} % loaded</Html>
}

ref image

wotori commented 2 years ago

done cf8c9a3d1a2df3edfa59f35d7dbdfa628ff75d51