From 833d8ea4b4060806edebe6d9cc01f6d85a94adfa Mon Sep 17 00:00:00 2001 From: Anton <13031779+AntonPalmqvist@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:03:38 -0700 Subject: [PATCH] - Added link to MaterialXLab to README.md - Updated Materials --- README.md | 3 ++- deploy/materials.json | 23 ++++++++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 101c9c3..20456ae 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Read about how to contribute here: [CONTRIBUTING.md](CONTRIBUTING.md) ## Implementations - Web [https://physicallybased.info](https://physicallybased.info) by [AntonPalmqvist](https://github.com/AntonPalmqvist) -- Web [https://gkjohnson.github.io/three-gpu-pathtracer/example/bundle/materialDatabase.html](https://gkjohnson.github.io/three-gpu-pathtracer/example/bundle/materialDatabase.html) by [@gkjohnson](https://github.com/gkjohnson) +- Web [https://gkjohnson.github.io/three-gpu-pathtracer/example/bundle/materialDatabase.html](https://gkjohnson.github.io/three-gpu-pathtracer/example/bundle/materialDatabase.html) by [gkjohnson](https://github.com/gkjohnson) +- Web [https://kwokcb.github.io/MaterialXLab/javascript/PhysicallyBasedMaterialX_out.html](https://kwokcb.github.io/MaterialXLab/javascript/PhysicallyBasedMaterialX_out.html) by [kwokcb](https://github.com/kwokcb) ## License Information diff --git a/deploy/materials.json b/deploy/materials.json index 4bb94a0..2ad1aad 100644 --- a/deploy/materials.json +++ b/deploy/materials.json @@ -146,6 +146,28 @@ "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/brick.jpeg" ] }, + { + "name": "Car Paint", + "color": [0.5, 0.5, 0.5], + "metalness": 0, + "roughness": 0, + "ior": 1.6, + "density": 0, + "category": ["Manmade"], + "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. The size of the metal flakes in metallic paints is typically between 100 to 400 microns in diameter. Modern automobile paint is applied in several layers, with a total thickness of around 100 μm (0.1mm).", + "sources": [ + "https://en.wikipedia.org/wiki/Automotive_paint", + "https://en.wikipedia.org/wiki/Lacquer#Acrylic_lacquers", + "https://hal.science/hal-04030017/document", + "https://patentscope.wipo.int/search/en/detail.jsf?docId=WO2011163461", + "https://thecandeshop.com/metal-flake-for-cars/", + "https://www.theultimatefinish.co.uk/car-care-blog/featured/paintwork/" + ], + "tags": ["acrylic", "coat", "car paint", "lacquer", "metallic"], + "reference": [ + "https://raw.githubusercontent.com/AntonPalmqvist/physically-based-api/main/images/renders/cycles/600/car-paint.jpeg" + ] + }, { "name": "Carrot", "color": [0.713, 0.17, 0.026], @@ -464,7 +486,6 @@ "https://refractiveindex.info/?shelf=3d&book=glass&page=soda-lime-clear", "https://en.wikipedia.org/wiki/Soda%E2%80%93lime_glass", "https://en.wikipedia.org/wiki/Density", - "https://docs.unrealengine.com/4.27/en-US/RenderingAndGraphics/Materials/PhysicallyBased/", "https://www.acoustic-supplies.com/absorption-coefficient-chart/", "https://www.acoustic.ua/st/web_absorption_data_eng.pdf" ],