Skip to content

Commit a83922d

Browse files
- Updated Materials
- Renamed Polyurethane - Updated shader ball renders
1 parent f2f88b3 commit a83922d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+108
-101
lines changed

deploy/materials.json

Lines changed: 32 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"name": "Blackboard",
6363
"color": [0.039, 0.039, 0.039],
6464
"metalness": 0,
65-
"roughness": 0.5,
65+
"roughness": 0.9,
6666
"ior": 1.5,
6767
"density": 0,
6868
"category": ["Manmade"],
@@ -108,7 +108,7 @@
108108
"name": "Bone",
109109
"color": [0.793, 0.793, 0.664],
110110
"metalness": 0,
111-
"roughness": 0.5,
111+
"roughness": 0.9,
112112
"ior": 1.5,
113113
"density": 1900,
114114
"densityRange": [1000, 2000],
@@ -149,7 +149,7 @@
149149
"name": "Brick",
150150
"color": [0.262, 0.095, 0.061],
151151
"metalness": 0,
152-
"roughness": 0.5,
152+
"roughness": 0.9,
153153
"ior": 1.5,
154154
"density": 2000,
155155
"densityRange": [500, 2400],
@@ -229,7 +229,7 @@
229229
"name": "Charcoal",
230230
"color": [0.02, 0.02, 0.02],
231231
"metalness": 0,
232-
"roughness": 0.5,
232+
"roughness": 0.9,
233233
"ior": 1.5,
234234
"density": 300,
235235
"densityRange": [200, 500],
@@ -421,7 +421,7 @@
421421
"name": "Egg Shell",
422422
"color": [0.61, 0.624, 0.631],
423423
"metalness": 0,
424-
"roughness": 0.5,
424+
"roughness": 0.9,
425425
"ior": 1.5,
426426
"density": 0,
427427
"category": ["Organic"],
@@ -486,7 +486,8 @@
486486
"sources": [
487487
"https://www.researchgate.net/publication/225767258_Optical_properties_of_human_sclera_in_spectral_range_370-2500_nm",
488488
"http://www.iryoku.com/downloads/Next-Generation-Character-Rendering-v6.pptx",
489-
"https://vgl.ict.usc.edu/Data/DigitalEmily2/"
489+
"https://vgl.ict.usc.edu/Data/DigitalEmily2/",
490+
"https://eisko.com/louise/"
490491
],
491492
"tags": [""],
492493
"reference": [
@@ -584,7 +585,7 @@
584585
"name": "Gray Card",
585586
"color": [0.18, 0.18, 0.18],
586587
"metalness": 0,
587-
"roughness": 0.5,
588+
"roughness": 0.9,
588589
"ior": 1.5,
589590
"density": 0,
590591
"category": ["Manmade"],
@@ -962,7 +963,7 @@
962963
"name": "Office Paper",
963964
"color": [0.794, 0.834, 0.884],
964965
"metalness": 0,
965-
"roughness": 0.5,
966+
"roughness": 0.8,
966967
"ior": 1.5,
967968
"density": 800,
968969
"category": ["Manmade"],
@@ -1126,6 +1127,27 @@
11261127
"https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/plastic-pp.jpeg"
11271128
]
11281129
},
1130+
{
1131+
"name": "Plastic (PUR)",
1132+
"color": [1, 1, 1],
1133+
"metalness": 0,
1134+
"roughness": 0,
1135+
"ior": 1.6,
1136+
"transmission": 1,
1137+
"density": 0,
1138+
"category": ["Plastic"],
1139+
"description": "Modern car paints are nearly always an acrylic polyurethane \"enamel\" with a pigmented basecoat and a clear topcoat. It may be described as \"acrylic\", \"acrylic enamel\", \"urethane\", etc. and the clearcoat in particular may be described as a lacquer.",
1140+
"sources": [
1141+
"https://en.wikipedia.org/wiki/Automotive_paint",
1142+
"https://en.wikipedia.org/wiki/Lacquer#Acrylic_lacquers",
1143+
"https://hal.science/hal-04030017/document",
1144+
"https://patentscope.wipo.int/search/en/detail.jsf?docId=WO2011163461"
1145+
],
1146+
"tags": ["acrylic", "coat", "car paint", "lacquer", "polyurethane"],
1147+
"reference": [
1148+
"https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/plastic-pur.jpeg"
1149+
]
1150+
},
11291151
{
11301152
"name": "Plastic (PVC)",
11311153
"color": [1, 1, 1],
@@ -1167,27 +1189,6 @@
11671189
"https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/platinum.jpeg"
11681190
]
11691191
},
1170-
{
1171-
"name": "Polyurethane",
1172-
"color": [1, 1, 1],
1173-
"metalness": 0,
1174-
"roughness": 0,
1175-
"ior": 1.6,
1176-
"transmission": 1,
1177-
"density": 0,
1178-
"category": ["Plastic"],
1179-
"description": "Modern car paints are nearly always an acrylic polyurethane \"enamel\" with a pigmented basecoat and a clear topcoat. It may be described as \"acrylic\", \"acrylic enamel\", \"urethane\", etc. and the clearcoat in particular may be described as a lacquer.",
1180-
"sources": [
1181-
"https://en.wikipedia.org/wiki/Automotive_paint",
1182-
"https://en.wikipedia.org/wiki/Lacquer#Acrylic_lacquers",
1183-
"https://hal.science/hal-04030017/document",
1184-
"https://patentscope.wipo.int/search/en/detail.jsf?docId=WO2011163461"
1185-
],
1186-
"tags": ["acrylic", "coat", "car paint", "lacquer"],
1187-
"reference": [
1188-
"https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/polyurethane.jpeg"
1189-
]
1190-
},
11911192
{
11921193
"name": "Potassium",
11931194
"color": [0.983, 0.956, 0.906],
@@ -1273,7 +1274,7 @@
12731274
"name": "Sand",
12741275
"color": [0.44, 0.386, 0.23074],
12751276
"metalness": 0,
1276-
"roughness": 0.5,
1277+
"roughness": 0.9,
12771278
"ior": 1.5,
12781279
"density": 1600,
12791280
"category": ["Crystal"],
@@ -1591,7 +1592,7 @@
15911592
"name": "Tire",
15921593
"color": [0.023, 0.023, 0.023],
15931594
"metalness": 0,
1594-
"roughness": 0.5,
1595+
"roughness": 0.7,
15951596
"ior": 1.5,
15961597
"density": 0,
15971598
"category": ["Manmade"],

deploy/v2/materials.json

Lines changed: 76 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
}
235235
],
236236
"metalness": 0,
237-
"roughness": 0.5,
237+
"roughness": 0.9,
238238
"ior": 1.5,
239239
"category": ["Manmade"],
240240
"references": [
@@ -380,7 +380,7 @@
380380
}
381381
],
382382
"metalness": 0,
383-
"roughness": 0.5,
383+
"roughness": 0.9,
384384
"ior": 1.5,
385385
"density": [1000, 2000, 1500],
386386
"category": ["Organic"],
@@ -524,7 +524,7 @@
524524
}
525525
],
526526
"metalness": 0,
527-
"roughness": 0.5,
527+
"roughness": 0.9,
528528
"ior": 1.5,
529529
"density": [500, 2400, 2000],
530530
"acousticAbsorption": [0.03, 0.03, 0.03, 0.04, 0.05, 0.07],
@@ -775,7 +775,7 @@
775775
}
776776
],
777777
"metalness": 0,
778-
"roughness": 0.5,
778+
"roughness": 0.9,
779779
"ior": 1.5,
780780
"density": [200, 500, 200],
781781
"category": ["Organic"],
@@ -1377,7 +1377,7 @@
13771377
}
13781378
],
13791379
"metalness": 0,
1380-
"roughness": 0.5,
1380+
"roughness": 0.9,
13811381
"ior": 1.5,
13821382
"category": ["Organic"],
13831383
"description": "White hen egg from grocery store.",
@@ -1539,6 +1539,12 @@
15391539
"url": "https://vgl.ict.usc.edu/Data/DigitalEmily2/",
15401540
"publisher": "USC Institute for Creative Technologies",
15411541
"accessed": "2025-07-13"
1542+
},
1543+
{
1544+
"title": "Louise - A virtual Model Digital Double",
1545+
"url": "https://eisko.com/louise/",
1546+
"publisher": "Eisko",
1547+
"accessed": "2025-07-14"
15421548
}
15431549
],
15441550
"images": [
@@ -1859,7 +1865,7 @@
18591865
}
18601866
],
18611867
"metalness": 0,
1862-
"roughness": 0.5,
1868+
"roughness": 0.9,
18631869
"ior": 1.5,
18641870
"category": ["Manmade"],
18651871
"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.",
@@ -3177,7 +3183,7 @@
31773183
}
31783184
],
31793185
"metalness": 0,
3180-
"roughness": 0.5,
3186+
"roughness": 0.8,
31813187
"ior": 1.5,
31823188
"density": [800],
31833189
"category": ["Manmade"],
@@ -3635,6 +3641,67 @@
36353641
}
36363642
]
36373643
},
3644+
{
3645+
"name": "Plastic (PUR)",
3646+
"color": [
3647+
{
3648+
"colorSpace": "srgb-linear",
3649+
"color": [1, 1, 1]
3650+
}
3651+
],
3652+
"metalness": 0,
3653+
"roughness": 0,
3654+
"ior": 1.6,
3655+
"transmission": 1,
3656+
"category": ["Plastic"],
3657+
"description": "Modern car paints are nearly always an acrylic polyurethane \"enamel\" with a pigmented basecoat and a clear topcoat. It may be described as \"acrylic\", \"acrylic enamel\", \"urethane\", etc. and the clearcoat in particular may be described as a lacquer.",
3658+
"tags": ["acrylic", "coat", "car paint", "lacquer", "polyurethane"],
3659+
"references": [
3660+
{
3661+
"title": "Automotive Paint",
3662+
"author": "Wikipedia contributors",
3663+
"url": "https://en.wikipedia.org/w/index.php?title=Automotive_paint&oldid=1270250557",
3664+
"publisher": "Wikipedia, The Free Encyclopedia",
3665+
"accessed": "2025-01-25"
3666+
},
3667+
{
3668+
"title": "Lacquer",
3669+
"author": "Wikipedia contributors",
3670+
"url": "https://en.wikipedia.org/w/index.php?title=Lacquer&oldid=1269195190#Acrylic_lacquers",
3671+
"publisher": "Wikipedia, The Free Encyclopedia",
3672+
"accessed": "2025-01-25"
3673+
},
3674+
{
3675+
"title": "Brdf and Gloss Computation of Polyurethane Coatings from Roughness Measurements: Modelling and Experimental Validation",
3676+
"author": "Wittmann, B., Montmitonnet, P., Burr, A., Gauthier, C., Agassant, J-F, & Casoli, A.",
3677+
"url": "https://www.sciencedirect.com/science/article/abs/pii/S0300944021001181",
3678+
"publisher": "Progress in Organic Coatings",
3679+
"volume": "156",
3680+
"issue": "106247",
3681+
"year": "2021",
3682+
"doi": "https://doi.org/10.1016/j.porgcoat.2021.106247"
3683+
},
3684+
{
3685+
"title": "High Refractive Index Aqueous Polyurethane Dispersion Coating Compositions",
3686+
"author": "Iwazumi, M., Schneider, A.",
3687+
"url": "https://patentscope.wipo.int/search/en/detail.jsf?docId=WO2011163461",
3688+
"publisher": "SDC TECHNOLOGIES, INC.",
3689+
"year": "2011"
3690+
}
3691+
],
3692+
"images": [
3693+
{
3694+
"format": "jpeg",
3695+
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/plastic-pur.jpeg",
3696+
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/plastic-pur.jpeg"
3697+
},
3698+
{
3699+
"format": "avif",
3700+
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/plastic-pur.avif",
3701+
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/plastic-pur.avif"
3702+
}
3703+
]
3704+
},
36383705
{
36393706
"name": "Plastic (PVC)",
36403707
"color": [
@@ -3767,67 +3834,6 @@
37673834
}
37683835
]
37693836
},
3770-
{
3771-
"name": "Polyurethane",
3772-
"color": [
3773-
{
3774-
"colorSpace": "srgb-linear",
3775-
"color": [1, 1, 1]
3776-
}
3777-
],
3778-
"metalness": 0,
3779-
"roughness": 0,
3780-
"ior": 1.6,
3781-
"transmission": 1,
3782-
"category": ["Plastic"],
3783-
"description": "Modern car paints are nearly always an acrylic polyurethane \"enamel\" with a pigmented basecoat and a clear topcoat. It may be described as \"acrylic\", \"acrylic enamel\", \"urethane\", etc. and the clearcoat in particular may be described as a lacquer.",
3784-
"tags": ["acrylic", "coat", "car paint", "lacquer"],
3785-
"references": [
3786-
{
3787-
"title": "Automotive Paint",
3788-
"author": "Wikipedia contributors",
3789-
"url": "https://en.wikipedia.org/w/index.php?title=Automotive_paint&oldid=1270250557",
3790-
"publisher": "Wikipedia, The Free Encyclopedia",
3791-
"accessed": "2025-01-25"
3792-
},
3793-
{
3794-
"title": "Lacquer",
3795-
"author": "Wikipedia contributors",
3796-
"url": "https://en.wikipedia.org/w/index.php?title=Lacquer&oldid=1269195190#Acrylic_lacquers",
3797-
"publisher": "Wikipedia, The Free Encyclopedia",
3798-
"accessed": "2025-01-25"
3799-
},
3800-
{
3801-
"title": "Brdf and Gloss Computation of Polyurethane Coatings from Roughness Measurements: Modelling and Experimental Validation",
3802-
"author": "Wittmann, B., Montmitonnet, P., Burr, A., Gauthier, C., Agassant, J-F, & Casoli, A.",
3803-
"url": "https://www.sciencedirect.com/science/article/abs/pii/S0300944021001181",
3804-
"publisher": "Progress in Organic Coatings",
3805-
"volume": "156",
3806-
"issue": "106247",
3807-
"year": "2021",
3808-
"doi": "https://doi.org/10.1016/j.porgcoat.2021.106247"
3809-
},
3810-
{
3811-
"title": "High Refractive Index Aqueous Polyurethane Dispersion Coating Compositions",
3812-
"author": "Iwazumi, M., Schneider, A.",
3813-
"url": "https://patentscope.wipo.int/search/en/detail.jsf?docId=WO2011163461",
3814-
"publisher": "SDC TECHNOLOGIES, INC.",
3815-
"year": "2011"
3816-
}
3817-
],
3818-
"images": [
3819-
{
3820-
"format": "jpeg",
3821-
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/polyurethane.jpeg",
3822-
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/polyurethane.jpeg"
3823-
},
3824-
{
3825-
"format": "avif",
3826-
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/polyurethane.avif",
3827-
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/polyurethane.avif"
3828-
}
3829-
]
3830-
},
38313837
{
38323838
"name": "Potassium",
38333839
"color": [
@@ -4095,7 +4101,7 @@
40954101
}
40964102
],
40974103
"metalness": 0,
4098-
"roughness": 0.5,
4104+
"roughness": 0.9,
40994105
"ior": 1.5,
41004106
"density": [1440, 1680, 1500],
41014107
"category": ["Crystal"],
@@ -5158,7 +5164,7 @@
51585164
}
51595165
],
51605166
"metalness": 0,
5161-
"roughness": 0.5,
5167+
"roughness": 0.7,
51625168
"ior": 1.5,
51635169
"category": ["Manmade"],
51645170
"description": "Car tire.",
-92 Bytes
Binary file not shown.
-359 Bytes

images/renders/cycles/300/bone.avif

-56 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)