glennchun / free-form-deformationLinks
As my first coding exercise in JavaScript, I implemented the FFD algorithm in ffd.js. See Sederberg and Parry's '86 paper, Free-Form Deformation of Solid Geometric Models. The index.html contains my JavaScript code that consumes ffd.js and a modified version of the webgl_modifier_subdivision example from threejs.org.
☆40Updated 3 years ago
Alternatives and similar repositories for free-form-deformation
Users that are interested in free-form-deformation are comparing it to the libraries listed below
Sorting:
- ☆36Updated 9 years ago
- Slice three.js geometry with a plane.☆142Updated 6 years ago
- Non-Uniform Rational B-Splines (NURBS) of any dimensionality☆161Updated 2 years ago
- Material Point Method in Javascript☆94Updated 6 years ago
- Web implementation of volumetric grids☆151Updated 2 years ago
- XAtlas JS Wrapper: Mesh parameterization / UV unwrapping library for use on web and js by compiling to WASM.☆61Updated 10 months ago
- A realtime fluid flow simulation on the GPU using WebGL☆146Updated 2 years ago
- Comparison of different triangulation libraries in Three.js☆15Updated 7 years ago
- An implementation of openvdb in javascript☆48Updated 4 years ago
- Please see https://github.com/elmarquez/four for a comprehensive 3D visualization library☆30Updated 9 years ago
- An example of marching cubes in WebGL, using Rust + WebASM to compute the isosurface☆92Updated 2 years ago
- Light Baking for three.js☆65Updated 6 years ago
- Mesh decimation using Quadric error metrics☆32Updated 7 years ago
- Progressive encoding for 3D meshes☆64Updated 10 years ago
- GPU based object picking for Three.JS☆47Updated 3 years ago
- A lightweight library that creates a Texture Atlas from Three.js textures☆92Updated 3 years ago
- A JS library to find the convex hull of a finite set of 3d points☆146Updated 3 months ago
- Javascript wrapper around Triangle - A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator☆102Updated last month
- Generate meshes from signed distance functions and constructive solid geometry operations.☆182Updated 3 years ago
- WebGL Signed Distance Function Mesher☆134Updated 2 years ago
- A Bounding Volume Hierarchy implementation using javascript☆51Updated 10 years ago
- a GPU based picking class for ThreeJS lib☆79Updated 7 years ago
- Constructive Solid Geometry for three.js, ES6 + BufferGeometry☆140Updated 2 years ago
- WebGL finite element viewer☆83Updated 8 years ago
- WebGL-based Unified Particle System☆77Updated 8 years ago
- Generates a per-vertex ambient occlusion array for arbitrary meshes.☆170Updated 6 years ago
- ☆57Updated 4 years ago
- ☆80Updated 2 years ago
- Mass spring cloth simulation in WebGL using semi-implicit Euler and ping-pong FBO's.☆17Updated 7 years ago
- A rough octree implementation to support frustum culling and raycasts in complex THREE.js scenes☆41Updated last year