ForMatter/Materials/textile/Pertex® Quantum (Ultralight Calendared Ripstop)
mat_pertex_quantum

Pertex® Quantum (Ultralight Calendared Ripstop)

ultralight calendared nylon 6,6 ripstop, downproof shell fabric · Pertex Quantum, Pertex Quantum Y, Pertex Quantum Pro, 20D ultralight ripstop, down-jacket shell fabric

The face fabric on the lightest down jackets you can buy — Patagonia Down Sweater, Arc'teryx Cerium, Mountain Hardwear Ghost Whisperer, and most of the cottage-industry quilts and ultralight sleeping bags. A 20-denier nylon 6,6 ripstop, calendared (heat-and-pressure-flattened to close up the weave) so well that goose down can't migrate through it. Pertex is a brand owned by Mitsui Chemicals; the Quantum line is the ultralight downproof grade. The fabric is unreasonably thin, slightly translucent, with a subtle ripstop grid you can see only when held to the light. Designers reach for it whenever weight per square meter matters more than abrasion life — insulation shells, packable shells, ultralight tents and bivys.

Plain-weave ripstop nylon 6,6 yarn at 20 denier (~22 dtex), with reinforcing yarns at ~4 mm spacing in both directions forming the visible grid. Thread count typically 250×170 ends/picks per inch — the dense weave is what makes it downproof. Calendared on a hot-roller pass to close interstices below the diameter of the smallest down clusters (the downproof test is hours of mechanical cycling against a sample of high-fill goose down with zero migration). Fabric weight 25–35 g/m² (the lightest grades; Pertex Quantum Pro adds DWR and goes up to ~40 g/m²). Tear strength 8–15 N (low — this is not an abrasion fabric). Air permeability 1–5 cfm depending on calendar pass. DWR (durable water repellent) face finish standard. UV degradation faster than heavier nylons — published service life under sun is 500–800 hours. Sews readily but the fabric is slippery and tunnels under the foot, requires a walking foot or careful tension. Bartacks at every load point because seam strength dominates fabric strength at this weight.

mechanical

  • weight_g_m230
  • tensile_strength_n110
  • tear_strength_n10
  • air_permeability_cfm3
source: Mitsui / Pertex technical data; Outdoor Industry Association ultralight-shell-fabric class data

Sustainability

  • embodied carbon kg co2e per kg8.5
  • sourceEditorial estimate from ICE / Granta CES EduPack class databases for nylon 6,6, cradle-to-gate. Pertex offers recycled-content lines (Quantum Eco) which shift this downward; the per-kg load is dominated by caprolactam synthesis upstream.
  • recyclabilitylow — single-fiber nylon 6,6 is chemically recyclable but mixed insulation-shell garments resist sorting
  • biodegradableFalse
  • certificationsbluesign-approved (most Pertex grades), Pertex Eco line (recycled-content sub-brand), OEKO-TEX
  • localityweaving and finishing primarily Japan and Taiwan; cut-and-sew worldwide; designer-quantity rare (Pertex sells primarily B2B to garment manufacturers)
visual
slightly translucent in solid colors when held to the light; subtle ripstop grid visible at 4 mm spacing; matte finish from calendar pass; the fabric reads as paper-thin
tactile
slick and dry to the touch; the calendar pass leaves a faint sheen on the face; cool against skin; crinkles audibly under hand pressure
weight perception
almost weightless — a yard reads as feather-weight
acoustic
the characteristic crunchy crinkle of calendared nylon — what a packable jacket sounds like when stuffed into its pocket

PBR starter values

finish · fibrous — open for table, JSON, host snippets, downloads

Principled BSDF defaults derived from the sphere fibrous finish. Reasonable seed for Blender, Substance, Keyshot, Rhino — tune per material. Or grab the whole library at once: ForMaterials library →

# finish:                   fibrous
albedo                      #3a4a55
metallic                    0.00
roughness                   0.70
ior                         1.45
transmission                0.00
clearcoat                   0.00
sheen                       0.70
anisotropic                 0.50
copy as JSON
{
  "albedo": "#3a4a55",
  "metallic": 0.0,
  "roughness": 0.7,
  "ior": 1.45,
  "transmission": 0.0,
  "clearcoat": 0.0,
  "sheen": 0.7,
  "anisotropic": 0.5
}
Blender 4.x Python
# Blender 4.x — Principled BSDF
# Pertex® Quantum (Ultralight Calendared Ripstop) · finish: fibrous
import bpy
mat = bpy.data.materials.new(name="mat_pertex_quantum")
mat.use_nodes = True
bsdf = mat.node_tree.nodes["Principled BSDF"]
bsdf.inputs["Base Color"].default_value         = (0.0423, 0.0685, 0.0908, 1.0)
bsdf.inputs["Metallic"].default_value           = 0.000
bsdf.inputs["Roughness"].default_value          = 0.700
bsdf.inputs["IOR"].default_value                = 1.450
bsdf.inputs["Transmission Weight"].default_value = 0.000
bsdf.inputs["Coat Weight"].default_value        = 0.000
bsdf.inputs["Sheen Weight"].default_value       = 0.700
bsdf.inputs["Anisotropic"].default_value        = 0.500
KeyShot Python (lux)
# KeyShot 11+ — lux Python API, Generic material
# Pertex® Quantum (Ultralight Calendared Ripstop) · finish: fibrous
# Run from Window → Scripting Console
import lux
mat = lux.createMaterial(name="mat_pertex_quantum", materialType="Generic")
mat.setProperty("diffuse",      (58, 74, 85))   # 8-bit sRGB
mat.setProperty("metallic",     0.000)
mat.setProperty("roughness",    0.700)
mat.setProperty("indexOfRefraction", 1.450)
mat.setProperty("transparency", 0.000)
mat.setProperty("coatingWeight", 0.000)
Substance pbrMetalRough
{
  "_format": "Substance Designer / Painter \u2014 pbrMetalRough constants",
  "_about": "Pertex\u00ae Quantum (Ultralight Calendared Ripstop) \u00b7 finish: fibrous",
  "baseColor": {
    "r": 0.0423,
    "g": 0.0685,
    "b": 0.0908
  },
  "metallic": 0.0,
  "roughness": 0.7,
  "ior": 1.45,
  "opacity": 1.0,
  "anisotropyLevel": 0.5,
  "_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."
}
glTF 2.0 Metallic-Roughness
{
  "asset": {
    "version": "2.0",
    "generator": "ForMatter"
  },
  "materials": [
    {
      "name": "mat_pertex_quantum",
      "pbrMetallicRoughness": {
        "baseColorFactor": [
          0.0423,
          0.0685,
          0.0908,
          1.0
        ],
        "metallicFactor": 0.0,
        "roughnessFactor": 0.7
      },
      "extensions": {
        "KHR_materials_ior": {
          "ior": 1.45
        },
        "KHR_materials_sheen": {
          "sheenColorFactor": [
            1.0,
            1.0,
            1.0
          ],
          "sheenRoughnessFactor": 0.7
        }
      }
    }
  ]
}
USD Preview Surface
# USD Preview Surface — UsdShade.MaterialLook prim attributes
# Pertex® Quantum (Ultralight Calendared Ripstop) · finish: fibrous
def Material "mat_pertex_quantum" {
    token outputs:surface.connect = </mat_pertex_quantum/PreviewSurface.outputs:surface>

    def Shader "PreviewSurface" {
        uniform token info:id = "UsdPreviewSurface"
        color3f inputs:diffuseColor = (0.0423, 0.0685, 0.0908)
        float   inputs:metallic     = 0.000
        float   inputs:roughness    = 0.700
        float   inputs:ior          = 1.450
        float   inputs:opacity      = 1.000
        float   inputs:clearcoat    = 0.000
        token   outputs:surface
    }
}
↓ download glTF material

Second life

repairabilitymoderate — Tenacious Tape patches; sewn repairs harder due to fine yarn.
recyclabilitylow — engineered-laminate fabrics are not curbside-recyclable.
disposal pathresale → general waste.
typical longevity10 years (typical)
failure modes
  • DWR coating wear-off (re-DWR-able)
  • down-leakage through fine yarn
  • UV degradation

Pertex Mitsui technical literature; outdoor-industry shell-fabric technical bulletins.