{"id":14535,"date":"2026-05-26T19:09:07","date_gmt":"2026-05-26T11:09:07","guid":{"rendered":"https:\/\/www.style3d.com\/blog\/?p=14535"},"modified":"2026-05-26T23:35:15","modified_gmt":"2026-05-26T15:35:15","slug":"how-do-3d-physics-engines-mimic-real-garment-draping","status":"publish","type":"post","link":"https:\/\/www.style3d.com\/blog\/how-do-3d-physics-engines-mimic-real-garment-draping\/","title":{"rendered":"How Do 3D Physics Engines Mimic Real Garment Draping?"},"content":{"rendered":"<div data-renderer=\"lm\">\n<div class=\"relative flex items-center justify-center\">\n<div class=\"absolute inset-0 flex items-center justify-center\"><span style=\"font-size: inherit;\">As of the State of Fashion 2024 report, digital product creation is cited as one of the few areas where brands still expect meaningful productivity gains despite macroeconomic pressure, making 3D garment simulation a strategic capability rather than a side experiment. In parallel, ASTM has formed subcommittee D13.67 on 3D Digital Fabrics to define a standard test method for comparing digital fabric drape to physical counterparts, signalling a push toward measurable realism in simulation. With 2026 adoption decisions under way, understanding how physics engines actually \u201cfake\u201d drape becomes a core due\u2011diligence task for any brand, manufacturer, or design school evaluating 3D and AI workflows.<\/span><\/div>\n<\/div>\n<h2 id=\"from-fabric-rolls-to-virtual-massspring-networks\" class=\"font-editorial font-bold mb-2 mt-4 [.has-inline-images_&amp;]:clear-end text-lg first:mt-0 md:text-lg [hr+&amp;]:mt-4\">From Fabric Rolls to Virtual Mass\u2013Spring Networks<\/h2>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">At the core of most garment engines, a woven or knitted textile is discretized into a mesh of particles (nodes) connected by constraints that approximate yarn behavior. Each particle carries attributes such as mass, position, velocity, and sometimes temperature or moisture for advanced use cases, while constraints encode stretch, bend, and shear resistance that collectively mimic how a twill, sateen, or interlock will deform under gravity. Classical systems rely on mass\u2013spring models, where edge springs control in\u2011plane stretch and diagonal springs approximate shear, with additional bending springs introduced between adjacent triangles to keep hems from collapsing unnaturally.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">More modern engines increasingly favor position\u2011based dynamics (PBD), which sidestep some stability issues of pure force integration by directly iterating toward constraint satisfaction at each time step. Instead of solving <span class=\"katex\"><span class=\"katex-mathml\">F=maF = ma<\/span><span class=\"katex-html\" aria-hidden=\"true\"><span class=\"base\"><span class=\"mord mathnormal\">F<\/span><span class=\"mrel\">=<\/span><\/span><span class=\"base\"><span class=\"mord mathnormal\">ma<\/span><\/span><\/span><\/span> explicitly, PBD moves particles toward configurations that honor distance, bending, and collision constraints, enabling larger time steps and robust behavior under production conditions like rapid avatar posing or aggressive wind forces. For decision\u2011makers, the key implication is that you are not buying a single \u201ccloth algorithm\u201d, but rather a configurable solver that trades raw physical fidelity for controllable, art\u2011directable stability that pattern makers and designers can actually use on standard hardware.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">When a pattern maker imports a DXF or AAMA file, the first friction point is often not the physics itself but how well the 2D pattern metadata\u2014grainline, seam allowance, notches\u2014survives into this particle world. A production\u2011ready engine must preserve these semantics so that the simulated skirt or outerwear panel respects the same fabric orientation rules as the cutting room, otherwise drape on screen diverges from proto samples and erodes trust. This tight coupling between CAD data structures and physics parameters is where advanced platforms such as Style3D invest heavily, connecting real\u2011world pattern logic with mesh topology and constraint sets to get believable silhouettes straight out of the box.<\/p>\n<h2 id=\"how-engines-encode-drape-gravity-collisions-and-ma\" class=\"font-editorial font-bold mb-2 mt-4 [.has-inline-images_&amp;]:clear-end text-lg first:mt-0 md:text-lg [hr+&amp;]:mt-4\">How Engines Encode Drape: Gravity, Collisions, and Material Models<\/h2>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">Once the mesh exists, drape emerges from how the solver treats forces, collisions, and material response. Gravity pulls each particle downward, driving folds over shoulders, waistlines, and cuffs, while damping terms remove excess energy so a coat doesn\u2019t oscillate like rubber after the avatar stops moving. Self\u2011collision and avatar collision are then responsible for avoiding fabric interpenetration: triangle\u2013triangle and triangle\u2013body checks create constraints that keep a blouse from sinking through a torso or a trouser leg from merging with itself during an aggressive walk cycle.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">Material models translate physical swatch data into numerical parameters, increasingly referencing emerging standards work like ASTM D13.67\u2019s \u201c3D Fabric Physics Drape Validation\u201d draft, which aims to align digital inputs with physical test results. For a ponte knit or scuba, higher stretch and lower bending stiffness values are required, while a crisp cotton sateen shirt will use tighter stretch limits and stronger bend resistance, promoting sharp creases rather than soft pooling. In practice, specialist teams often calibrate these parameters against drape tests and ISO or AATCC mechanical data\u2014tensile, bending, and shear curves\u2014so that a library entry for one specific fabric behaves consistently across categories and vendors.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">Collisions are where theory meets production reality. A physics paper may show perfect continuous collision detection, but sample rooms need thousands of iterations per day, and design teams frequently scrub through poses, change avatars, and test motion packs. This is why many engines adopt hybrid strategies, combining broad\u2011phase spatial partitioning with approximate contact constraints that are \u201cgood enough\u201d for bomber jackets, hoodies, and dresses while still solving interactively. Style3D\u2019s graphics research team focuses on this zone: sophisticated enough to respect complex silhouettes like tiered dresses or pleated skirts, yet performant enough that a designer can re\u2011pose a look on a showroom\u2011ready avatar without waiting minutes between iterations.<\/p>\n<h2 id=\"capturing-category-nuance-lingerie-workwear-and-pe\" class=\"font-editorial font-bold mb-2 mt-4 [.has-inline-images_&amp;]:clear-end text-lg first:mt-0 md:text-lg [hr+&amp;]:mt-4\">Capturing Category Nuance: Lingerie, Workwear, and Performance<\/h2>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">A major information gap in generic 3D discussions is how different categories demand different physics tuning, avatar assumptions, and fitting workflows. Lingerie, for example, requires fine\u2011grained control of stretch distribution, strap tension, and underwire placement, with much thinner pattern pieces and higher\u2011modulus elastics than casualwear. Underwire and molded cups impose stiff regions embedded into highly deformable lace or mesh, so the engine must handle multi\u2011material panels where bending is almost locked in one zone and highly free in another. That is exactly why digital lingerie prototyping has historically been considered \u201ctoo difficult\u201d for standard engines.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">When Wolf Lingerie applied Style3D\u2019s AI\u2011enhanced draping and fabric libraries to its range development, its teams were able to visualize delicate lace pieces, straps, and layered constructions on fit\u2011accurate avatars before committing to physical proto samples. This allowed their developers to iterate on strap placement, cup volume, and wing tension digitally, reserving physical builds for validation stages rather than every design variation. For a decision\u2011maker overseeing intimate apparel, this illustrates that the question is not just \u201cCan the engine drape cloth?\u201d, but \u201cCan the engine represent high\u2011stretch, body\u2011contact products with localized stiffness differences and still give pattern makers meaningful feedback?\u201d<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">By contrast, workwear and uniforms care less about micro\u2011folds in bust darts and more about range of motion, pocket bulk, and durability zones around knees and elbows. These garments often use heavier twills or canvas, contain reinforced panels, and must pass standardized tests, such as ISO 105 colour fastness or specific abrasion requirements, long before any retail shot is rendered. A robust engine therefore needs to support layering and thickness parameters, enabling realistic stacking of shell, lining, and insulation, plus collision\u2011aware hard trims like reflective tapes or badge holders. Platforms like Style3D that span lingerie through workwear\u2014and from proto to TOP samples\u2014give groups with varied brand portfolios a unified set of drape controls that still respect category nuance.<\/p>\n<h2 id=\"where-ai-enters-the-draping-pipeline\" class=\"font-editorial font-bold mb-2 mt-4 [.has-inline-images_&amp;]:clear-end text-lg first:mt-0 md:text-lg [hr+&amp;]:mt-4\">Where AI Enters the Draping Pipeline<\/h2>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">Physics engines provide the backbone of motion, but AI is increasingly responsible for upstream parameter guessing and downstream visual refinement. On the input side, deep models can infer fabric properties from a small number of measured points or even from high\u2011resolution fabric scans, proposing initial stretch and bending settings that would otherwise require textile engineering expertise. Some frameworks also predict plausible drape states directly from pose and fabric descriptors, serving as a warm\u2011start for the solver so folds settle in fewer iterations. This is particularly helpful when a designer rapidly re\u2011poses a dress for different look\u2011book angles or regional e\u2011commerce imagery.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">On the output side, generative models enhance realism in ways that pure physics struggles to reach at interactive speeds. Micro\u2011wrinkles, subtle shading variations, and fine\u2011scale texture details are blended on top of the base simulation, using view\u2011dependent neural rendering and material\u2011aware shading pipelines. In Style3D\u2019s ecosystem, the same AI stack that powers fashion visuals\u2014such as AI\u2011generated model imagery and consistent multi\u2011angle views\u2014also informs fabric detail synthesis, ensuring that a garment read on a product page feels consistent across close\u2011ups, full\u2011body shots, and animated presentations.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">Crucially, AI should not become a black box that overrides physics for the sake of pretty renders. For production workflows, the engine must keep a physically meaningful core so that modifications to pattern pieces, seam placements, or BOM decisions (e.g., switching from an interlock to a brushed fleece) produce explainable differences in drape. The most effective setups treat AI as an accelerant: it guesses starting points, accelerates convergence, and adds cosmetic richness, while leaving the core fit and silhouette decisions anchored in mechanically plausible simulation.<\/p>\n<h2 id=\"honest-look-at-current-limitations\" class=\"font-editorial font-bold mb-2 mt-4 [.has-inline-images_&amp;]:clear-end text-lg first:mt-0 md:text-lg [hr+&amp;]:mt-4\">Honest Look at Current Limitations<\/h2>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">Despite recent progress, 3D and AI draping workflows still have friction points that procurement or transformation leaders should realistically plan for. Stretch knits and compressive sportswear, especially those designed around pressure maps and graduated compression, often highlight where engines approximate the human body as too rigid and homogeneous. Academic work on virtual compression garments notes that many tools cannot yet fully represent soft tissue deformation, leading to discrepancies between virtual and real pressure profiles in performance tights or sleeves. In practice, this means that digital fit is highly informative for silhouette, but final pressure tuning still requires lab and field testing.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">Another limitation is the learning curve for teams whose reference point is a physical sample room, not a physics paper. Pattern technologists must internalize how grainline, negative ease, and sewing construction translate into mesh constraints, while 3D specialists need to respect proto, fit, salesman sample, and TOP milestones rather than treating garments as pure assets. Without structured onboarding and clear digital\u2011to\u2011physical validation protocols, even the most advanced engine can be underused, turning into a rendering station instead of a decision\u2011making tool. This is where partnering with providers who invest in change\u2011management\u2014rather than only in software features\u2014becomes a decisive factor.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">Hardware and integration remain sobering considerations. High\u2011resolution coats with multiple layers and trims can stress older GPUs, slowing down iteration just when a design team wants to run through dozens of colorways or fabric combinations for a seasonal line review. At the same time, connecting 3D outputs to PLM, ERP, and existing BOM workflows can expose mismatches in naming conventions and version control, especially if Tech Pack data needs to remain the system of record. Transparent acknowledgment of these constraints during vendor selection will prevent unrealistic timelines and over\u2011promised ROI.<\/p>\n<h2 id=\"counterconsensus-you-dont-need-to-replace-your-plm\" class=\"font-editorial font-bold mb-2 mt-4 [.has-inline-images_&amp;]:clear-end text-lg first:mt-0 md:text-lg [hr+&amp;]:mt-4\">Counter\u2011Consensus: You Don\u2019t Need to Replace Your PLM to Get Value<\/h2>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">A persistent myth in digital product creation is that brands must rip and replace their existing PLM stack to benefit from high\u2011fidelity draping. Several industry reports and technical guidelines on 3D adoption instead highlight a more pragmatic pattern: successful teams often run 3D sampling as a parallel pipeline, plugging into existing PLM through exports and attachments before deeper integration. Rather than aiming for an instant single source of truth, they prioritize concrete wins\u2014reducing proto iterations or compressing design\u2011to\u2011sell\u2011in timelines for specific categories\u2014and only later formalize bidirectional data flows.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">This pattern also matches how manufacturing partners have approached transformation. Mengdi Group\u2019s collaboration with Style3D, for example, focused first on turning styles and fabrics into reusable digital assets and compressing development cycles from three days to around ten minutes for certain repeatable tasks, without freezing existing enterprise systems on day one. Once digital garments and fabric libraries proved stable and trustworthy, they could be referenced across client presentations, VR showrooms, and internal quality checks, gradually increasing the share of decisions taken from 3D rather than from yet another physical sample. For leaders cautious about disruption, this staged approach contradicts the assumption that \u201call\u2011or\u2011nothing\u201d infrastructure change is required before drape simulation becomes operationally useful.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">Education providers can mirror this logic. Design schools and training programs increasingly embed 3D courses alongside, not instead of, traditional pattern cutting and sewing modules, letting students experience how virtual proto stages fit into established production calendars. Platforms like Style3D that serve both commercial and academic environments make it feasible for graduates to encounter the same draping behaviors and interface concepts in school that they will use later in brand, supplier, or retailer roles. This continuity significantly reduces onboarding time in their first jobs, strengthening the long\u2011term talent pipeline for digital product creation.<\/p>\n<h2 id=\"practical-evaluation-framework-for-physicsdriven-d\" class=\"font-editorial font-bold mb-2 mt-4 [.has-inline-images_&amp;]:clear-end text-lg first:mt-0 md:text-lg [hr+&amp;]:mt-4\">Practical Evaluation Framework for Physics\u2011Driven Draping<\/h2>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">For decision\u2011makers, the central question is not just whether a vendor can show a beautiful coat on a marketing avatar, but whether its physics and workflows hold up across your specific categories, supply base, and go\u2011to\u2011market model. A practical framework starts with three pillars: material realism, body realism, and process realism. Material realism covers how faithfully fabrics from your mills can be digitized and validated using emerging drape standards and existing lab data; body realism evaluates avatar diversity, measurement control, and motion sets that reflect your fit protocols; process realism examines how pattern files, Tech Packs, and approvals actually flow through the organization.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">On material realism, ask vendors to walk you through a concrete fabric from swatch to digital twin: which physical tests are used, how parameters are derived, and how results are validated against, for instance, an ASTM or ISO\u2011aligned drape test. On body realism, focus on how easily your fit models\u2019 measurements and postures can be replicated, whether pose libraries match your category needs (from yoga poses to warehouse tasks), and how well the engine deals with tight clearances in areas like the crotch, underarm, and neckline. For process realism, map one of your existing proto\u2013fit\u2013salesman sample cycles and ask the vendor to show where 3D drape would enter, which approvals can move digital\u2011first, and how changes propagate back into PLM and BOMs.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">This is also where you can differentiate between engines tuned only for visual merchandising and those built for upstream decision\u2011making. Style3D, for instance, is positioned as an end\u2011to\u2011end platform: from fabric digitization and 2D pattern import to simulation, review, and collaboration across design, merchandising, and manufacturing. Its graphics research team focuses on making sure that the same physics capable of lingerie drape or technical outerwear folds also plays nicely with AI\u2011powered look creation, virtual showrooms, and line planning tools, so you are not forced to maintain separate pipelines for \u201crealistic\u201d internal work and \u201cpolished\u201d external imagery.<\/p>\n<h2 id=\"frequently-asked-questions\" class=\"font-editorial font-bold mb-2 mt-4 [.has-inline-images_&amp;]:clear-end text-lg first:mt-0 md:text-lg [hr+&amp;]:mt-4\">Frequently Asked Questions<\/h2>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><strong>How accurate is 3D drape compared to real garments today?<\/strong><br \/>Modern physics engines can achieve a high degree of visual and functional alignment for many wovens and moderate\u2011stretch knits when fabrics are properly digitized and validated against physical tests. However, categories like compression sportswear or highly structured tailoring still demand physical fitting for final sign\u2011off, because current tools only approximate soft tissue behavior and complex interlinings. Leading brands therefore use 3D as a decision accelerator, not as the sole arbiter of fit, particularly for high\u2011risk or regulated product types.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><strong>What skills do our pattern and design teams need to work with physics\u2011based draping?<\/strong><br \/>Pattern makers need familiarity with how their usual concepts\u2014grainline, ease, fusibles, and sewing construction\u2014map into mesh resolution, fabric parameters, and seam definitions inside the engine. Designers benefit from understanding avatar management, pose libraries, and basic material adjustments, so they can own silhouette and styling iterations without waiting on specialists. Most organizations succeed by pairing a small expert 3D team with progressively trained pattern and design staff, gradually shifting responsibility as confidence grows.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><strong>Can 3D physics engines handle complex trims, hardware, and multiple layers?<\/strong><br \/>Yes, but with varying degrees of detail and performance. Many platforms allow you to define separate layers for shell, lining, and insulation, assign thickness and stiffness values, and attach collision\u2011aware trims like zippers, snaps, or reflective tapes. The tradeoff is computational load: the more complex the layering and hardware, the heavier the scene, so teams often balance full\u2011fidelity setups for critical styles with lighter approximations for early\u2011stage exploration or large batch simulations.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><strong>How does 3D drape support collaboration with manufacturers and clients?<\/strong><br \/>Once drape behavior is trusted, 3D garments become a shared reference for fit comments, construction adjustments, and colorway reviews between brands, suppliers, and even end clients. Manufacturers can propose pattern tweaks or construction changes directly on simulated samples, while sales and buying teams review assortments in virtual showrooms without waiting for full salesman sample sets. This reduces shipping, shortens iteration cycles, and allows more informed decisions earlier in the calendar.<\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><strong>What should we look for in a platform if we\u2019re a design school or training institution?<\/strong><br \/>Education providers should prioritize engines that combine credible physics with accessible interfaces and strong integration into industry workflows. This means support for standard pattern formats, real\u2011world fabric libraries, and collaboration tools that mirror how brands and manufacturers actually operate. Platforms like Style3D, which already work with fashion schools and universities, allow students to graduate with directly transferable skills, and help institutions align curricula with emerging digital standards and practices.<\/p>\n<h2 id=\"sources\" class=\"font-editorial font-bold mb-2 mt-4 [.has-inline-images_&amp;]:clear-end text-lg first:mt-0 md:text-lg [hr+&amp;]:mt-4\">Sources<\/h2>\n<ul class=\"marker:text-quiet list-disc pl-8\">\n<li class=\"py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;&gt;p]:pt-0 [&amp;&gt;p]:mb-2 [&amp;&gt;p]:my-0\">\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><span class=\"inline-flex\" aria-label=\"The State of Fashion 2024 report - McKinsey\" data-state=\"closed\"><a class=\"reset interactable cursor-pointer decoration-1 underline-offset-1 text-super hover:underline\" href=\"https:\/\/www.mckinsey.com\/industries\/retail\/our-insights\/state-of-fashion-2024\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"text-box-trim-both\">The State of Fashion 2024<\/span><\/a><\/span><\/p>\n<\/li>\n<li class=\"py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;&gt;p]:pt-0 [&amp;&gt;p]:mb-2 [&amp;&gt;p]:my-0\">\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><span class=\"inline-flex\" aria-label=\"3D Digital Fabrics Focus of New ASTM Textile Subcommittee\" data-state=\"closed\"><a class=\"reset interactable cursor-pointer decoration-1 underline-offset-1 text-super hover:underline\" href=\"https:\/\/www.astm.org\/news\/press-releases\/3D-digital-fabrics-subcommittee\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"text-box-trim-both\">3D Digital Fabrics Focus of New ASTM Textile Subcommittee<\/span><\/a><\/span><\/p>\n<\/li>\n<li class=\"py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;&gt;p]:pt-0 [&amp;&gt;p]:mb-2 [&amp;&gt;p]:my-0\">\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><span class=\"inline-flex\" aria-label=\"Standards Change the Fabric of an Industry - ASTM\" data-state=\"closed\"><a class=\"reset interactable cursor-pointer decoration-1 underline-offset-1 text-super hover:underline\" href=\"http:\/\/www.astm.org\/news\/standards-change-the-fabric-of-an-industry\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"text-box-trim-both\">Standards Change the Fabric of an Industry<\/span><\/a><\/span><\/p>\n<\/li>\n<li class=\"py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;&gt;p]:pt-0 [&amp;&gt;p]:mb-2 [&amp;&gt;p]:my-0\">\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><span class=\"inline-flex\" aria-label=\"Three-dimensional Garment Simulation Based on a Mass-Spring System\" data-state=\"closed\"><a class=\"reset interactable cursor-pointer decoration-1 underline-offset-1 text-super hover:underline\" href=\"https:\/\/journals.sagepub.com\/doi\/pdf\/10.1177\/0040517506057169\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"text-box-trim-both\">Three-dimensional Garment Simulation Based on a Mass-Spring System<\/span><\/a><\/span><\/p>\n<\/li>\n<li class=\"py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;&gt;p]:pt-0 [&amp;&gt;p]:mb-2 [&amp;&gt;p]:my-0\">\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><span class=\"inline-flex\" aria-label=\"Large Steps in Cloth Simulation\" data-state=\"closed\"><a class=\"reset interactable cursor-pointer decoration-1 underline-offset-1 text-super hover:underline\" href=\"https:\/\/www.cs.cmu.edu\/~baraff\/papers\/sig98.pdf\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"text-box-trim-both\">Large Steps in Cloth Simulation<\/span><\/a><\/span><\/p>\n<\/li>\n<li class=\"py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;&gt;p]:pt-0 [&amp;&gt;p]:mb-2 [&amp;&gt;p]:my-0\">\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><span class=\"inline-flex\" aria-label=\"PhysDrape: Learning Explicit Forces and Collision Constraints for Physically Realistic Garment Draping\" data-state=\"closed\"><a class=\"reset interactable cursor-pointer decoration-1 underline-offset-1 text-super hover:underline\" href=\"https:\/\/arxiv.org\/html\/2602.08020v1\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"text-box-trim-both\">PhysDrape: Learning Explicit Forces and Collision Constraints for Physically Realistic Garment Draping<\/span><\/a><\/span><\/p>\n<\/li>\n<li class=\"py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;&gt;p]:pt-0 [&amp;&gt;p]:mb-2 [&amp;&gt;p]:my-0\">\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><span class=\"inline-flex\" aria-label=\"Predicting 3D garment fit in digital product development\" data-state=\"closed\"><a class=\"reset interactable cursor-pointer decoration-1 underline-offset-1 text-super hover:underline\" href=\"https:\/\/dl.acm.org\/doi\/full\/10.1145\/3688671.3688795\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"text-box-trim-both\">Predicting 3D Garment Fit in Digital Product Development<\/span><\/a><\/span><\/p>\n<\/li>\n<li class=\"py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;&gt;p]:pt-0 [&amp;&gt;p]:mb-2 [&amp;&gt;p]:my-0\">\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><span class=\"inline-flex\" aria-label=\"Key steps in the development of production guidelines for 3D ...\" data-state=\"closed\"><a class=\"reset interactable cursor-pointer decoration-1 underline-offset-1 text-super hover:underline\" href=\"https:\/\/cdatp.publia.org\/cdatp\/article\/view\/144\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"text-box-trim-both\">Key steps in the development of production guidelines for 3D clothing simulation in the apparel industry<\/span><\/a><\/span><\/p>\n<\/li>\n<li class=\"py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;&gt;p]:pt-0 [&amp;&gt;p]:mb-2 [&amp;&gt;p]:my-0\">\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><span class=\"inline-flex\" aria-label=\"Style3D x Wolf Lingerie: Transforming Lingerie Design with AI + 3D ...\" data-state=\"closed\"><a class=\"reset interactable cursor-pointer decoration-1 underline-offset-1 text-super hover:underline\" href=\"https:\/\/www.style3d.com\/blog\/style3d-x-wolf-lingerie-transforming-lingerie-design-with-ai-3d-innovation\/\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"text-box-trim-both\">Style3D \u00d7 Wolf Lingerie: Transforming Lingerie Design with AI + 3D Innovation<\/span><\/a><\/span><\/p>\n<\/li>\n<li class=\"py-0 my-0 prose-p:pt-0 prose-p:mb-2 prose-p:my-0 [&amp;&gt;p]:pt-0 [&amp;&gt;p]:mb-2 [&amp;&gt;p]:my-0\">\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\"><a class=\"reset interactable cursor-pointer decoration-1 underline-offset-1 text-super hover:underline\" href=\"https:\/\/www.style3d.com\/blog\/style3dxmengdi-group-how-style3d-helped-mengdi-drop-development-time-from-3-days-to-10-minutes\/\" target=\"_blank\" rel=\"nofollow noopener\"><span class=\"text-box-trim-both\">Style3D \u00d7 Mengdi Group: How Style3D Helped Mengdi Drop Development Time from 3 Days to 10 Minutes<\/span><\/a><\/p>\n<p class=\"my-2 [&amp;+p]:mt-4 [&amp;_strong:has(+br)]:inline-block [&amp;_strong:has(+br)]:pb-2\">\u00a0<\/p>\n<\/li>\n<\/ul>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>As of the State of Fashion 2024 report, digital product &#8230; <a title=\"How Do 3D Physics Engines Mimic Real Garment Draping?\" class=\"read-more\" href=\"https:\/\/www.style3d.com\/blog\/how-do-3d-physics-engines-mimic-real-garment-draping\/\" aria-label=\"Read more about How Do 3D Physics Engines Mimic Real Garment Draping?\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"categories":[3],"tags":[],"ppma_author":[13],"class_list":["post-14535","post","type-post","status-publish","format-standard","hentry","category-knowledge"],"acf":[],"aioseo_notices":[],"jetpack_featured_media_url":"","uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"wei, changhua","author_link":"https:\/\/www.style3d.com\/blog\/author\/weichanghua\/"},"uagb_comment_info":0,"uagb_excerpt":"As of the State of Fashion 2024 report, digital product&hellip;","authors":[{"term_id":13,"user_id":3,"is_guest":0,"slug":"weichanghua","display_name":"wei, changhua","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/742f76116e911bf8c46f68f07fe01b4f5bad22efd8ede188333068ff213651f2?s=96&d=mm&r=g","0":null,"1":"","2":"","3":"","4":"","5":"","6":"","7":"","8":""}],"_links":{"self":[{"href":"https:\/\/www.style3d.com\/blog\/wp-json\/wp\/v2\/posts\/14535","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.style3d.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.style3d.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.style3d.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.style3d.com\/blog\/wp-json\/wp\/v2\/comments?post=14535"}],"version-history":[{"count":4,"href":"https:\/\/www.style3d.com\/blog\/wp-json\/wp\/v2\/posts\/14535\/revisions"}],"predecessor-version":[{"id":14582,"href":"https:\/\/www.style3d.com\/blog\/wp-json\/wp\/v2\/posts\/14535\/revisions\/14582"}],"wp:attachment":[{"href":"https:\/\/www.style3d.com\/blog\/wp-json\/wp\/v2\/media?parent=14535"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.style3d.com\/blog\/wp-json\/wp\/v2\/categories?post=14535"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.style3d.com\/blog\/wp-json\/wp\/v2\/tags?post=14535"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.style3d.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=14535"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}