three.js icon indicating copy to clipboard operation
three.js copied to clipboard

Examples: Add external subdivision demo

Open stevinz opened this issue 1 year ago • 0 comments

Related issue: #21072

Description

Adds a demo based on the three-subdivide library. This is a new implementation for users looking for a replacement for the SubdivisionModifier, which was removed in r125 after the official switch from Geometry to BufferGeometry. The library is linked to via unpkg so no version has to be maintained in this project. This is done is the style discussed in #23907.

Live link: https://raw.githack.com/stevinz/three.js/external-subdivide-demo/examples/index.html?q=external#webgl_modifier_subdivision

stevinz avatar Jul 28 '22 19:07 stevinz