alpha
Login
or
Join now
flo-bit.dev
/
room
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[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/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
move room down a bit
author
Florian
date
1 year ago
(Mar 8, 2025, 1:03 PM +0100)
commit
f2459932
f24599321019ca18f072092f8665e338d4e72f95
parent
8dae9fcf
8dae9fcf8ba8a694dcd8817e724d141325732c56
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
lib
Room.svelte
+1
-1
src/lib/Room.svelte
View file
Reviewed
···
20
20
let snap = 0.125 * 0.125;
21
21
</script>
22
22
23
23
-
<T.Group>
23
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} />