The high-temperature, low-expansion, optically-clear glass of every UV lamp envelope, every semiconductor diffusion tube, every spectrophotometer cuvette, every halogen lamp envelope, every lab crucible that needs to survive a propane torch without cracking. Fused quartz is glass made from essentially pure silica (SiO2) — no soda, no lime, no boron — melted at very high temperature (~2000 °C) and cooled into a glass that combines exceptional optical transparency (transmits UV through near-IR), exceptional thermal stability (working temperature ~1100 °C continuous, 1500 °C peak), exceptional chemical inertness (acid- and base-resistant except hydrofluoric and hot phosphoric), and an exceptionally low coefficient of thermal expansion (~0.5 × 10⁻⁶/K — about 1/20th of soda-lime glass, allowing thermal-shock-immune use that ordinary glass cannot survive). Buy from Heraeus / GE Quartz / Momentive (industrial quantities), Edmund Optics / Thorlabs (lab and optical components).
Vitreous (non-crystalline) silicon dioxide glass, typically 99.9-99.99+ percent SiO2 by weight. Two production routes: (1) electric-furnace fused (melting natural quartz crystal in an electric arc furnace at ~2000 °C — GE 124 grade is a representative product), (2) flame fusion / synthetic CVD (chemical vapor deposition from silicon tetrachloride + water vapor — Suprasil, Heraeus's premium grade — yielding the lowest impurity levels and best UV transmittance). Density 2200 kg/m³. Refractive index 1.46 at the sodium-D line. Coefficient of thermal expansion 0.55 × 10⁻⁶ /K (the property that enables thermal-shock survival). Working temperature 1100 °C continuous, 1500 °C peak. Softening point 1683 °C. Modulus of elasticity 73 GPa. Tensile strength 50 MPa untempered, higher when fire-polished. Chemical inertness: resists all common acids and bases except HF and hot H3PO4; the optical-vacuum-laboratory standard for chemical containment. Optical transmission: synthetic-grade fused silica (Suprasil) transmits >90 percent from 200 nm UV through 2200 nm near-IR; the low-OH grades (KrF / ArF excimer-laser optics) extend deeper into UV. Polishes to optical-flat surfaces (lambda/20 typical for premium optics). Cuts and grinds with diamond tooling; cannot be drawn or blown easily because of the high working temperature.
LIGO's instruments showed without doubt that a series of gravitational waves, arriving after billions of years of travel from the universe's outer edges, had passed by and through Earth and, for the fleeting moment of their passage, changed our planet's shape.
Principled BSDF defaults derived from the sphere transparent finish. Reasonable seed for Blender, Substance, Keyshot, Rhino — tune per material. Or grab the whole library at once: ForMaterials library →
# finish: transparent albedo #e8f0f4 metallic 0.00 roughness 0.05 ior 1.50 transmission 1.00 clearcoat 0.00 sheen 0.00 anisotropic 0.00 thickness 1.00 attenuation_distance 0.60
{
"albedo": "#e8f0f4",
"metallic": 0.0,
"roughness": 0.05,
"ior": 1.5,
"transmission": 1.0,
"clearcoat": 0.0,
"sheen": 0.0,
"anisotropic": 0.0,
"thickness": 1.0,
"attenuation_distance": 0.6
}
# Blender 4.x — Principled BSDF
# Fused Quartz (High-Purity Silica Glass) · finish: transparent
import bpy
mat = bpy.data.materials.new(name="mat_glass_fused_quartz")
mat.use_nodes = True
bsdf = mat.node_tree.nodes["Principled BSDF"]
bsdf.inputs["Base Color"].default_value = (0.807, 0.8714, 0.9047, 1.0)
bsdf.inputs["Metallic"].default_value = 0.000
bsdf.inputs["Roughness"].default_value = 0.050
bsdf.inputs["IOR"].default_value = 1.500
bsdf.inputs["Transmission Weight"].default_value = 1.000
bsdf.inputs["Coat Weight"].default_value = 0.000
bsdf.inputs["Sheen Weight"].default_value = 0.000
bsdf.inputs["Anisotropic"].default_value = 0.000
# KeyShot 11+ — lux Python API, Generic material
# Fused Quartz (High-Purity Silica Glass) · finish: transparent
# Run from Window → Scripting Console
import lux
mat = lux.createMaterial(name="mat_glass_fused_quartz", materialType="Generic")
mat.setProperty("diffuse", (232, 240, 244)) # 8-bit sRGB
mat.setProperty("metallic", 0.000)
mat.setProperty("roughness", 0.050)
mat.setProperty("indexOfRefraction", 1.500)
mat.setProperty("transparency", 1.000)
mat.setProperty("coatingWeight", 0.000)
{
"_format": "Substance Designer / Painter \u2014 pbrMetalRough constants",
"_about": "Fused Quartz (High-Purity Silica Glass) \u00b7 finish: transparent",
"baseColor": {
"r": 0.807,
"g": 0.8714,
"b": 0.9047
},
"metallic": 0.0,
"roughness": 0.05,
"ior": 1.5,
"opacity": 0.0,
"anisotropyLevel": 0.0,
"_notes": "Channels listed are the standard Substance pbrMetalRough output. Drop into a Uniform Color node per channel, or as the constant input on a layered stack."
}
{
"asset": {
"version": "2.0",
"generator": "ForMatter"
},
"materials": [
{
"name": "mat_glass_fused_quartz",
"pbrMetallicRoughness": {
"baseColorFactor": [
0.807,
0.8714,
0.9047,
1.0
],
"metallicFactor": 0.0,
"roughnessFactor": 0.05
},
"extensions": {
"KHR_materials_transmission": {
"transmissionFactor": 1.0
}
}
}
]
}
# USD Preview Surface — UsdShade.MaterialLook prim attributes
# Fused Quartz (High-Purity Silica Glass) · finish: transparent
def Material "mat_glass_fused_quartz" {
token outputs:surface.connect = </mat_glass_fused_quartz/PreviewSurface.outputs:surface>
def Shader "PreviewSurface" {
uniform token info:id = "UsdPreviewSurface"
color3f inputs:diffuseColor = (0.807, 0.8714, 0.9047)
float inputs:metallic = 0.000
float inputs:roughness = 0.050
float inputs:ior = 1.500
float inputs:opacity = 0.000
float inputs:clearcoat = 0.000
token outputs:surface
}
}
Heraeus / Momentive fused-quartz technical literature; LIGO Caltech mirror-substrate literature.
House vocabulary — terms ForMatter uses with intent.
Materials and processes for people who design and make things.
A local-first library of materials, processes, applications, and finishes — equal weight, citable everywhere, with cost-over-volume curves, trade-off profiles, equipment-tier filters, and second-life paths layered onto the data so a student can move from "what is this" toward "what's actually buildable here, now, by me." Part of the renato.design ecosystem — sibling of Plenum, Specimen, Ingenue, gesture, graf, and the Renato Rhino plug-ins. Form and matter, inseparable.
Half of teaching materials is teaching how the material is made into the thing. The standard subscription library was always light on that half. The wedge here isn't better samples or a prettier interface — it's treating Process as a peer entity, not a footnote.
Conway's Material World on raw materials, Lefteri's Making It on processes, Forty's Concrete and Culture, Sparke's Design in Context, Bürdek's Design: History, Theory and Practice of Product Design, Schröpfer's Material Design on materials in architecture, Winchester's The Perfectionists on tolerance, Minshall's Your Life Is Manufactured on the global supply chain, von Busch's Making Trouble on material activism, Were's How Materials Matter, Hegger / Drexler / Zeumer's Basics Materials, Untracht and McCreight on metalsmithing, USDA Forest Products Lab on woods, GIA on gemstones, Schott / CoorsTek / Toray / Owens Corning datasheets, MakeItFrom for verifiable property numbers, ASM Handbook, ISO standards. Museum holdings draw from the Met, MAD, V&A, Smithsonian American Art Museum, Newark Museum of Art, British Museum, Heard Museum, Smithsonian NMAI, Eiteljorg Museum, Philadelphia Museum of Art, Cranbrook Art Museum, and Grand Rapids Art Museum — collection-record permalinks only, designer overview pages and exhibition listings excluded. Voice blocks now ride on every entry kind — material, process, application, and finish — and include Ruskin on iron, Anni Albers on twining, Greg Lynn on the shred-and-teeth NURBS lineage, Pugin on the metal that won't be hammered, Barthes / Yanagi / Benjamin channeled within their philosophy; Sparke, Bürdek, Forty, Conway, Schröpfer, Minshall, von Busch, Lefteri, Pat Pruitt, Mary Lee Hu, Tom Joyce, Albert Paley, and the rest of the contemporary makers quoted verbatim with citation. All cited.
Local to this browser. No cloud, no account, no telemetry.