Skip to content

Commit be1d56e

Browse files
Merge pull request #65 from AntonPalmqvist/dev
Merge from dev
2 parents a94852a + 6632184 commit be1d56e

File tree

193 files changed

+123
-17
lines changed

Some content is hidden

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

193 files changed

+123
-17
lines changed

deploy/materials.json

Lines changed: 34 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@
445445
]
446446
},
447447
{
448-
"name": "Eye (cornea)",
448+
"name": "Eye (Cornea)",
449449
"color": [1, 1, 1],
450450
"metalness": 0,
451451
"roughness": 0,
@@ -464,7 +464,7 @@
464464
]
465465
},
466466
{
467-
"name": "Eye (lens)",
467+
"name": "Eye (Lens)",
468468
"color": [1, 1, 1],
469469
"metalness": 0,
470470
"roughness": 0,
@@ -483,7 +483,7 @@
483483
]
484484
},
485485
{
486-
"name": "Eye (sclera)",
486+
"name": "Eye (Sclera)",
487487
"color": [0.652, 0.5, 0.394],
488488
"metalness": 0,
489489
"roughness": 0,
@@ -611,8 +611,8 @@
611611
]
612612
},
613613
{
614-
"name": "Honey",
615-
"color": [0.83077, 0.397, 0.038],
614+
"name": "Honey (Liquid)",
615+
"color": [0.831, 0.571, 0.037],
616616
"metalness": 0,
617617
"roughness": 0,
618618
"ior": 1.504,
@@ -634,7 +634,34 @@
634634
],
635635
"tags": [""],
636636
"reference": [
637-
"https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/honey.jpeg"
637+
"https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/honey-liquid.jpeg"
638+
]
639+
},
640+
{
641+
"name": "Honey (Crystallized)",
642+
"color": [0.449, 0.319, 0.011],
643+
"metalness": 0,
644+
"roughness": 0,
645+
"ior": 1.504,
646+
"subsurfaceRadius": [0.2, 0.2, 0.2],
647+
"density": 1400,
648+
"densityRange": [1380, 1450],
649+
"viscosity": 15000,
650+
"category": ["Liquid"],
651+
"description": "Variations in its water content alter its refractive index. Typically, the refractive index for honey ranges from 1.504 at 13% water content to 1.474 at 25%. Fresh honey is liquid and clear but with time it crystallizes and becomes thicker and less clear. The crystallization depends on temperature and the ratio of glucose and fructose.",
652+
"sources": [
653+
"https://www.color-name.com/honey.color",
654+
"https://en.wikipedia.org/wiki/Honey",
655+
"https://carolinahoneybees.com/the-color-of-honey/",
656+
"https://books.google.se/books?id=6RfVqdqxCiUC&pg=PA74&redir_esc=y#v=onepage&q&f=false",
657+
"https://wiki.anton-paar.com/en/flower-honey-blended/",
658+
"https://nextlimitsupport.atlassian.net/wiki/spaces/rf2016docs/pages/5497120/Hybrido+Viscosity+Table",
659+
"https://en.wikipedia.org/wiki/List_of_viscosities",
660+
"https://www.engineeringtoolbox.com/dynamic-absolute-kinematic-viscosity-d_412.html"
661+
],
662+
"tags": [""],
663+
"reference": [
664+
"https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/honey-crystallized.jpeg"
638665
]
639666
},
640667
{
@@ -1642,7 +1669,7 @@
16421669
]
16431670
},
16441671
{
1645-
"name": "Toner (black)",
1672+
"name": "Toner (Black)",
16461673
"color": [0.05, 0.05, 0.05],
16471674
"metalness": 0,
16481675
"roughness": 0.5,

deploy/v2/materials.json

Lines changed: 89 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@
14431443
]
14441444
},
14451445
{
1446-
"name": "Eye (cornea)",
1446+
"name": "Eye (Cornea)",
14471447
"color": [
14481448
{
14491449
"colorSpace": "srgb-linear",
@@ -1489,7 +1489,7 @@
14891489
]
14901490
},
14911491
{
1492-
"name": "Eye (lens)",
1492+
"name": "Eye (Lens)",
14931493
"color": [
14941494
{
14951495
"colorSpace": "srgb-linear",
@@ -1536,7 +1536,7 @@
15361536
]
15371537
},
15381538
{
1539-
"name": "Eye (sclera)",
1539+
"name": "Eye (Sclera)",
15401540
"color": [
15411541
{
15421542
"colorSpace": "srgb-linear",
@@ -1947,11 +1947,11 @@
19471947
]
19481948
},
19491949
{
1950-
"name": "Honey",
1950+
"name": "Honey (Liquid)",
19511951
"color": [
19521952
{
19531953
"colorSpace": "srgb-linear",
1954-
"color": [0.83077, 0.397, 0.038]
1954+
"color": [0.831, 0.571, 0.037]
19551955
}
19561956
],
19571957
"metalness": 0,
@@ -2015,13 +2015,92 @@
20152015
"images": [
20162016
{
20172017
"format": "jpeg",
2018-
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/honey.jpeg",
2019-
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/honey.jpeg"
2018+
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/honey-liquid.jpeg",
2019+
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/honey-liquid.jpeg"
20202020
},
20212021
{
20222022
"format": "avif",
2023-
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/honey.avif",
2024-
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/honey.avif"
2023+
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/honey-liquid.avif",
2024+
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/honey-liquid.avif"
2025+
}
2026+
]
2027+
},
2028+
{
2029+
"name": "Honey (Crystallized)",
2030+
"color": [
2031+
{
2032+
"colorSpace": "srgb-linear",
2033+
"color": [0.449, 0.319, 0.011]
2034+
}
2035+
],
2036+
"metalness": 0,
2037+
"roughness": 0.3,
2038+
"ior": 1.504,
2039+
"subsurfaceRadius": [0.2, 0.2, 0.2],
2040+
"density": [1380, 1450, 1400],
2041+
"viscosity": [2000, 15000, 15000],
2042+
"category": ["Liquid"],
2043+
"description": "Variations in its water content alter its refractive index. Typically, the refractive index for honey ranges from 1.504 at 13% water content to 1.474 at 25%. Fresh honey is liquid and clear but with time it crystallizes and becomes thicker and less clear. The crystallization depends on temperature and the ratio of glucose and fructose.",
2044+
"references": [
2045+
{
2046+
"title": "Honey",
2047+
"author": "Wikipedia contributors",
2048+
"url": "https://en.wikipedia.org/w/index.php?title=Honey&oldid=1271742958",
2049+
"publisher": "Wikipedia, The Free Encyclopedia",
2050+
"accessed": "2025-01-26"
2051+
},
2052+
{
2053+
"title": "List of Viscosities",
2054+
"author": "Wikipedia contributors",
2055+
"url": "https://en.wikipedia.org/w/index.php?title=List_of_viscosities&oldid=1256671906",
2056+
"publisher": "Wikipedia, The Free Encyclopedia",
2057+
"accessed": "2025-01-26"
2058+
},
2059+
{
2060+
"title": "The Color of Honey",
2061+
"url": "https://carolinahoneybees.com/the-color-of-honey/",
2062+
"publisher": "Carolina Honeybees",
2063+
"accessed": "2025-01-26"
2064+
},
2065+
{
2066+
"title": "Chemical and Functional Properties of Food Saccharides",
2067+
"author": "Tomasik, P. (Ed.)",
2068+
"url": "https://www.taylorfrancis.com/books/mono/10.1201/9780203495728/chemical-functional-properties-food-saccharides-piotr-tomasik",
2069+
"publisher": "CRC Press",
2070+
"pages": "74 ",
2071+
"year": "2003",
2072+
"doi": "https://doi.org/10.1201/9780203495728"
2073+
},
2074+
{
2075+
"title": "Viscosity of Flower Honey (Blended)",
2076+
"url": "https://wiki.anton-paar.com/en/flower-honey-blended/",
2077+
"publisher": "Anton Paar GmbH",
2078+
"accessed": "2025-01-26"
2079+
},
2080+
{
2081+
"title": "Hybrido Viscosity Table",
2082+
"author": "RealFlow 10 Documentation",
2083+
"publisher": "Next Limit Technologies",
2084+
"url": "https://nextlimitsupport.atlassian.net/wiki/spaces/rf2016docs/pages/5497120/Hybrido+Viscosity+Table",
2085+
"accessed": "2025-01-26"
2086+
},
2087+
{
2088+
"title": "Viscosity - Absolute (Dynamic) vs. Kinematic ",
2089+
"url": "https://www.engineeringtoolbox.com/dynamic-absolute-kinematic-viscosity-d_412.html",
2090+
"publisher": "The Engineering ToolBox",
2091+
"accessed": "2025-01-26"
2092+
}
2093+
],
2094+
"images": [
2095+
{
2096+
"format": "jpeg",
2097+
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/honey-crystallized.jpeg",
2098+
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/honey-crystallized.jpeg"
2099+
},
2100+
{
2101+
"format": "avif",
2102+
"300": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/300/honey-crystallized.avif",
2103+
"600": "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/honey-crystallized.avif"
20252104
}
20262105
]
20272106
},
@@ -5384,7 +5463,7 @@
53845463
]
53855464
},
53865465
{
5387-
"name": "Toner (black)",
5466+
"name": "Toner (Black)",
53885467
"color": [
53895468
{
53905469
"colorSpace": "srgb-linear",
267 Bytes
Binary file not shown.
200 Bytes
Binary file not shown.
262 Bytes
Binary file not shown.
111 Bytes
Binary file not shown.
198 Bytes
Binary file not shown.
186 Bytes
Binary file not shown.
251 Bytes
Binary file not shown.
213 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)