hughsk / unindex-mesh
Takes a list of vertices and faces, giving you back an array of individual triangles.
☆11Updated 9 years ago
Alternatives and similar repositories for unindex-mesh:
Users that are interested in unindex-mesh are comparing it to the libraries listed below
- Centers vertices around a point.☆11Updated 2 years ago
- Extrudes a shape along a path☆28Updated 11 months ago
- Linearly interpolate two numbers, but snap to the closest value if the difference between them is small enough☆12Updated 9 years ago
- Linear interpolation between multiple arrays☆13Updated 3 years ago
- render simplicial complexes with ThreeJS☆29Updated 8 years ago
- Streaming HDR image format reading module for node.js☆13Updated 7 years ago
- Compute mesh normals using angle weights☆22Updated 3 years ago
- An alternative wrapper for orbit-camera that works independently of game-shell.☆21Updated 6 years ago
- ☆35Updated 5 years ago
- A minimal cube geometry for 3D rendering, including normals, UVs and cell indices (faces).☆11Updated 5 years ago
- A flexible wrapper for gl-vao and gl-buffer that you can use to set up renderable WebGL geometries from a variety of different formats.☆50Updated 5 years ago
- Computes normals for triangulated meshes☆17Updated 8 years ago
- an easy way to set vertex data on a BufferGeometry☆27Updated 4 years ago
- perturb normal from a normal map☆36Updated 6 years ago
- Mini toy WebGL library☆23Updated 7 years ago
- 📔 Simplify authoring GLSL shaders and reduce boilerplate☆30Updated 8 years ago
- Wavefront OBJ parser☆19Updated 8 years ago
- Linear interpolation between two angles along the shorter arc☆16Updated 6 years ago
- A JS generator function that returns a list of vertices describing an isosuface given a density and level.☆35Updated 7 years ago
- ShaderTexture, a helper to use procedurally generated texture☆13Updated 8 years ago
- Node-based Shader Library for Three.js☆92Updated 5 years ago
- Mouse/touch-draggable first-person camera☆17Updated 9 years ago
- A transform stream for glslify that replaces CSS-style hexadecimal colors with `vec3/vec4` definitions.☆34Updated 8 years ago
- glsl-numerify is a debugging shader generator for WebGL: given a texture, blows it up in size, displays the pixel values as numbers.☆15Updated 8 years ago
- Generate a series of 2D contour meshes over a heightmap☆24Updated 9 years ago
- blend mode 'overlay' for GLSL