Skip to content

Conversation

@TakeshiYaeda
Copy link
Member

glbはgltfのバイナリ形式.サイズも小さいので使ってもらうにはこちらが良いと思われるので変更
gltfが欲しい人もいるかもしれないのでリポジトリには消さずに入れておきます

const glbPath = useBaseUrl('/model/toiocorecube_v003.glb')
const { nodes, materials } = useGLTF(glbPath)
return (
<group ref={group} rotation={[Math.PI / 2, 0, Math.PI / 2]} {...props} dispose={null}>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

この ref は使っていなかったので削除

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants