[READ-ONLY] Mirror of https://github.com/flo-bit/room. tiny 3d rooms saved locally or in your bluesky account, svelte/threlte flo-bit.dev/room/
0

Configure Feed

Select the types of activity you want to include in your feed.

move room down a bit

+1 -1
+1 -1
src/lib/Room.svelte
··· 20 20 let snap = 0.125 * 0.125; 21 21 </script> 22 22 23 - <T.Group> 23 + <T.Group position.y={-1}> 24 24 <T.Mesh position={[-0.05, 1 - 0.099, -roomState.size.x / 2 - 0.1]} receiveShadow> 25 25 <RoundedBoxGeometry args={[roomState.size.z + 0.18, 2, 0.1]} radius={0.03} /> 26 26 <T.MeshStandardMaterial color={roomState.wallColor} />