imagine-io's picture
Add generator assets (batch 4/13: 54 files)
0cccfbb verified
|
Raw
History Blame Contribute Delete
1.1 kB
# simready_kitchen_models
3D model assets (`.glb` / `.usdz`) for the SimReady kitchen generator, stored via **Git LFS**.
This repo is consumed as a **git submodule** at `Models/` inside
[`simready_kitchen_generator`](../simready_kitchen_generator). It is not meant to be used standalone.
## Layout
| Folder | Contents |
|---|---|
| `appliances/` | Fridges, ovens, dishwashers, chimneys, … |
| `cabinets/` | Cabinet bodies |
| `doors/` | Cabinet/room doors |
| `handles/` | Handles |
| `faucets/` | Faucets |
| `slabs/` | Countertop slabs |
| `backsplash/` | Backsplash panels |
| `ceiling/` | Ceiling pieces |
| `props/` | Decorative props |
| `clutters/` | Clutter / small objects |
## Git LFS
All `*.glb` and `*.usdz` files are tracked with Git LFS (see `.gitattributes`).
You must have Git LFS installed before cloning:
```bash
git lfs install
git clone <this-repo-url>
git lfs pull # if files show up as small pointer text instead of binaries
```
> Bitbucket "Download repository" and forks do **not** include LFS objects — always use `git clone`.