The boat-grade plywood. The plywood that builds the hulls of small craft, the decks of medium ones, the structural elements of every wooden / cold-molded boat built since the 1950s. Marine plywood differs from construction plywood (CDX, BB) in three ways: (1) the veneer plies are rot-resistant species (mahogany, okoume, or other tropical hardwoods), (2) the glue is waterproof phenol-formaldehyde rather than urea-formaldehyde, and (3) the plies are continuous and void-free (no gaps in the inner laminations, which would let water in). The international standard is BS 1088 (the British marine-plywood standard, the global reference) — a board labeled BS 1088 is genuine marine plywood; plywood labeled 'marine grade' or 'exterior grade' without the BS 1088 stamp is an inferior alternative. The premium boatbuilding source is Boulter Plywood in Massachusetts (Joubert and Hydrotek brands); other reputable sources are Edensaw Woods, World Timber. Costs 5-10x construction plywood per sheet — pay it once, get the boat to last.
Engineered wood panel, multiple cross-laminated veneer plies bonded with waterproof phenol-formaldehyde resin (PF) under heat and pressure. Veneer species typically Khaya (African mahogany), Aucoumea klaineana (okoume), or Swietenia (genuine mahogany) for premium grades. Standard panel sizes 4x8 ft (1220x2440 mm), 4x10 ft (1220x3050 mm); thicknesses 4 to 25 mm in 0.5 mm increments at the premium tier. Density 540–680 kg/m³ depending on species. Modulus of rupture 60–90 MPa parallel to face grain, 30–45 MPa across. Internal-bond shear strength is the load-bearing-property at the glue line, tested per BS 1088 in boil-and-shear cycles (3-cycle boil test on a sample coupon, the bond must remain intact). Voids and gaps in inner plies must be < 1.5 mm, addressed by mill-stage QC. Face veneers grade A (clear, no defects) or B (minor defects acceptable); marine plywood is typically faced A/B or A/A. Works exceptionally well — saws, routes, drills cleanly, takes epoxy excellently (cold-molded boatbuilding is largely epoxy-and-marine-plywood), bonds end-grain to face-grain when fillet-glued. Edges seal with epoxy or marine sealant before painting; unsealed edges are the failure path that lets water start the rot cycle.
New materials and new techniques broadened the vocabulary of the designer.
Principled BSDF defaults derived from the sphere woodgrain finish. Reasonable seed for Blender, Substance, Keyshot, Rhino — tune per material. Or grab the whole library at once: ForMaterials library →
# finish: woodgrain albedo #7a4a2b metallic 0.00 roughness 0.60 ior 1.45 transmission 0.00 clearcoat 0.00 sheen 0.00 anisotropic 0.60
{
"albedo": "#7a4a2b",
"metallic": 0.0,
"roughness": 0.6,
"ior": 1.45,
"transmission": 0.0,
"clearcoat": 0.0,
"sheen": 0.0,
"anisotropic": 0.6
}
# Blender 4.x — Principled BSDF
# Marine Plywood (BS 1088 / Mahogany or Okoume Veneer) · finish: woodgrain
import bpy
mat = bpy.data.materials.new(name="mat_plywood_marine")
mat.use_nodes = True
bsdf = mat.node_tree.nodes["Principled BSDF"]
bsdf.inputs["Base Color"].default_value = (0.1946, 0.0685, 0.0242, 1.0)
bsdf.inputs["Metallic"].default_value = 0.000
bsdf.inputs["Roughness"].default_value = 0.600
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.000
bsdf.inputs["Anisotropic"].default_value = 0.600
# KeyShot 11+ — lux Python API, Generic material
# Marine Plywood (BS 1088 / Mahogany or Okoume Veneer) · finish: woodgrain
# Run from Window → Scripting Console
import lux
mat = lux.createMaterial(name="mat_plywood_marine", materialType="Generic")
mat.setProperty("diffuse", (122, 74, 43)) # 8-bit sRGB
mat.setProperty("metallic", 0.000)
mat.setProperty("roughness", 0.600)
mat.setProperty("indexOfRefraction", 1.450)
mat.setProperty("transparency", 0.000)
mat.setProperty("coatingWeight", 0.000)
{
"_format": "Substance Designer / Painter \u2014 pbrMetalRough constants",
"_about": "Marine Plywood (BS 1088 / Mahogany or Okoume Veneer) \u00b7 finish: woodgrain",
"baseColor": {
"r": 0.1946,
"g": 0.0685,
"b": 0.0242
},
"metallic": 0.0,
"roughness": 0.6,
"ior": 1.45,
"opacity": 1.0,
"anisotropyLevel": 0.6,
"_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_plywood_marine",
"pbrMetallicRoughness": {
"baseColorFactor": [
0.1946,
0.0685,
0.0242,
1.0
],
"metallicFactor": 0.0,
"roughnessFactor": 0.6
},
"extensions": {
"KHR_materials_ior": {
"ior": 1.45
}
}
}
]
}
# USD Preview Surface — UsdShade.MaterialLook prim attributes
# Marine Plywood (BS 1088 / Mahogany or Okoume Veneer) · finish: woodgrain
def Material "mat_plywood_marine" {
token outputs:surface.connect = </mat_plywood_marine/PreviewSurface.outputs:surface>
def Shader "PreviewSurface" {
uniform token info:id = "UsdPreviewSurface"
color3f inputs:diffuseColor = (0.1946, 0.0685, 0.0242)
float inputs:metallic = 0.000
float inputs:roughness = 0.600
float inputs:ior = 1.450
float inputs:opacity = 1.000
float inputs:clearcoat = 0.000
token outputs:surface
}
}
Compression bits cut both faces clean — critical when both sides are visible. Watch for ply-edge tearout on through-cuts; tab the part with the swarf 'outline' op. Phenolic resin is harder on tools than the wood plies — expect shorter tool life than solid hardwood.
Onsrud Cutter solid-wood and plywood feeds & speeds (compression-bit table); ShopBot Forum plywood best-practices.
→ try this material in swarfUSDA Forest Products Lab Wood Handbook, plywood section; West System Epoxy technical literature; British Standard BS 1088 marine-plywood specification.
Compression-moulded birch plywood with hardwood veneer. Design arose from wartime experiments moulding plywood for US Navy leg splints.
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.