Skip to content

Commit 1f7d12e

Browse files
Removed anisotropy for materials that don't have scattering and updated shader balls
1 parent af01458 commit 1f7d12e

21 files changed

Lines changed: 7 additions & 31 deletions

deploy/v2/materials.json

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../../schemas/components/schemas/Material.json",
33
"header": {
44
"schemaVersion": 2.1,
5-
"updated": 202604101147,
5+
"updated": 202604120937,
66
"license": "CC0 1.0 Universal",
77
"origin": "https://api.physicallybased.info/v2/materials",
88
"deprecated": false
@@ -386,7 +386,7 @@
386386
]
387387
},
388388
{
389-
"name": "Beer",
389+
"name": "Beer (Pale Lager)",
390390
"color": [
391391
{
392392
"colorSpace": "srgb-linear",
@@ -439,13 +439,13 @@
439439
"images": [
440440
{
441441
"format": "jpeg",
442-
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/beer.jpeg",
443-
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/beer.jpeg"
442+
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/beer-pale-lager.jpeg",
443+
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/beer-pale-lager.jpeg"
444444
},
445445
{
446446
"format": "avif",
447-
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/beer.avif",
448-
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/beer.avif"
447+
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/beer-pale-lager.avif",
448+
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/beer-pale-lager.avif"
449449
}
450450
]
451451
},
@@ -2600,12 +2600,6 @@
26002600
"colorSpace": "srgb-linear",
26012601
"color": [0.0, 0.0, 0.0]
26022602
}
2603-
],
2604-
"anisotropy": [
2605-
{
2606-
"colorSpace": "srgb-linear",
2607-
"color": [0.99, 0.99, 0.99]
2608-
}
26092603
]
26102604
},
26112605
"density": [2230],
@@ -2691,12 +2685,6 @@
26912685
"colorSpace": "srgb-linear",
26922686
"color": [0.0, 0.0, 0.0]
26932687
}
2694-
],
2695-
"anisotropy": [
2696-
{
2697-
"colorSpace": "srgb-linear",
2698-
"color": [0.99, 0.99, 0.99]
2699-
}
27002688
]
27012689
},
27022690
"density": [2520],
@@ -3114,7 +3102,7 @@
31143102
}
31153103
],
31163104
"metalness": 0,
3117-
"roughness": 0.5,
3105+
"roughness": 0,
31183106
"ior": 1.3098,
31193107
"transmission": 1,
31203108
"transmissionDispersion": 64.87,
@@ -3130,12 +3118,6 @@
31303118
"colorSpace": "srgb-linear",
31313119
"color": [0.0, 0.0, 0.0]
31323120
}
3133-
],
3134-
"anisotropy": [
3135-
{
3136-
"colorSpace": "srgb-linear",
3137-
"color": [0.99, 0.99, 0.99]
3138-
}
31393121
]
31403122
},
31413123
"density": [917],
@@ -7816,12 +7798,6 @@
78167798
"colorSpace": "srgb-linear",
78177799
"color": [0.0, 0.0, 0.0]
78187800
}
7819-
],
7820-
"anisotropy": [
7821-
{
7822-
"colorSpace": "srgb-linear",
7823-
"color": [0.99, 0.99, 0.99]
7824-
}
78257801
]
78267802
},
78277803
"density": [958, 1000, 1000],
458 KB
Loading
378 KB
Loading
379 KB
Loading
-385 KB
Binary file not shown.
-9.36 KB
Loading
410 KB
Loading
360 KB
Loading
421 KB
Loading
448 KB
Loading

0 commit comments

Comments
 (0)