File size: 1,100 Bytes
0cccfbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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`.