data persist

This commit is contained in:
wass08
2026-01-23 09:56:06 +09:00
parent 2cee38e295
commit cc9d9916b7
4 changed files with 176 additions and 171 deletions
@@ -39,6 +39,7 @@ const ModelRenderer = ({ node }: { node: ItemNode }) => {
if ((child as Mesh).isMesh) {
child.castShadow = true
child.receiveShadow = true
// TODO: do it with a shared material
child.material = new MeshStandardNodeMaterial({
color: 0xffffff,
roughness: 0.8,