Skip to content

Commit 4694873

Browse files
- Updated Materials
1 parent b0b7978 commit 4694873

File tree

12 files changed

+31
-4
lines changed

12 files changed

+31
-4
lines changed

deploy/materials.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
"metalness": 0,
212212
"roughness": 0.5,
213213
"ior": 1.5,
214+
"subsurfaceRadius": [0.1, 0.05, 0.025],
214215
"density": 1300,
215216
"densityRange": [1229, 1336],
216217
"category": ["Organic"],
@@ -525,7 +526,12 @@
525526
"density": 0,
526527
"category": ["Manmade"],
527528
"description": "In photography and computer graphics, middle gray is a tone that is perceptually about halfway between black and white on a lightness scale. Light meters and cameras are often calibrated using an 18% gray card or a color reference card such as a ColorChecker. It is typically defined as 18% reflectance in visible light.",
528-
"sources": ["https://en.wikipedia.org/wiki/Middle_gray"],
529+
"sources": [
530+
"https://en.wikipedia.org/w/index.php?title=Gray_card&oldid=1244084939",
531+
"https://www.xrite.com/service-support/new_color_specifications_for_colorchecker_sg_and_classic_charts",
532+
"https://babelcolor.com/colorchecker.htm",
533+
"https://github.com/colour-science/colour-nuke/tree/master/colour_nuke/resources/images/ColorChecker2014"
534+
],
529535
"tags": ["grey", "middle gray"],
530536
"reference": [
531537
"https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/gray-card.jpeg"
@@ -1278,6 +1284,7 @@
12781284
"metalness": 0,
12791285
"roughness": 0.5,
12801286
"ior": 1.3098,
1287+
"subsurfaceRadius": [0.2, 0.2, 1],
12811288
"density": 100,
12821289
"densityRange": [90, 450],
12831290
"acousticAbsorption": [0.45, 0.75, 0.9, 0.95, 0.95, 0.95],

deploy/v2/materials.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@
622622
"metalness": 0,
623623
"roughness": 0.5,
624624
"ior": 1.5,
625+
"subsurfaceRadius": [0.1, 0.05, 0.025],
625626
"density": [1229, 1336, 1300],
626627
"category": ["Organic"],
627628
"references": [
@@ -1496,11 +1497,29 @@
14961497
"tags": ["grey", "middle gray"],
14971498
"references": [
14981499
{
1499-
"title": "Middle Gray",
1500+
"title": "Gray Card",
15001501
"author": "Wikipedia contributors",
1501-
"url": "https://en.wikipedia.org/w/index.php?title=Middle_gray&oldid=1220784080",
1502+
"url": "https://en.wikipedia.org/w/index.php?title=Gray_card&oldid=1244084939",
15021503
"publisher": "Wikipedia, The Free Encyclopedia",
1503-
"accessed": "2025-01-26"
1504+
"accessed": "2025-05-17"
1505+
},
1506+
{
1507+
"title": "New Color Specifications for ColorChecker SG and Classic Charts",
1508+
"url": "https://www.xrite.com/service-support/new_color_specifications_for_colorchecker_sg_and_classic_charts",
1509+
"publisher": "X-Rite, Inc.",
1510+
"accessed": "2025-05-17"
1511+
},
1512+
{
1513+
"title": "The Colorchecker Pages",
1514+
"publisher": "The BabelColor Company",
1515+
"url": "https://babelcolor.com/colorchecker.htm",
1516+
"accessed": "2025-05-17"
1517+
},
1518+
{
1519+
"title": "Colour Rendition Chart",
1520+
"author": "Colour Developers",
1521+
"url": "https://github.com/colour-science/colour-nuke/tree/master/colour_nuke/resources/images/ColorChecker2014",
1522+
"accessed": "2025-05-17"
15041523
}
15051524
],
15061525
"images": [
@@ -3682,6 +3701,7 @@
36823701
"metalness": 0,
36833702
"roughness": 0.5,
36843703
"ior": 1.3098,
3704+
"subsurfaceRadius": [0.2, 0.2, 1],
36853705
"density": [90, 450, 300],
36863706
"acousticAbsorption": [0.45, 0.75, 0.9, 0.95, 0.95, 0.95],
36873707
"category": ["Crystal"],
-79 Bytes
Binary file not shown.
52 Bytes
Loading

images/renders/cycles/300/snow.avif

34 Bytes
Binary file not shown.

images/renders/cycles/300/snow.jpeg

17 Bytes
Loading
-155 Bytes
Binary file not shown.
-68 Bytes
Loading

images/renders/cycles/600/snow.avif

-133 Bytes
Binary file not shown.

images/renders/cycles/600/snow.jpeg

-270 Bytes
Loading

0 commit comments

Comments
 (0)