81 packages
cholesky-solve
This module solves sparse symmetric positive definite linear systems by using the Cholesky decomposition
gl-camera-pos-from-view-matrix
A helper module that allows you to recover the camera position from a view matrix.
gl-catmull-clark
A javascript implementation of the Catmull-Clark subdivision surface algorithm
gl-movable-camera
A camera that can be easily be moved and turned.
gl-quads-to-tris
Helper module that converts an array of quad indices to an array of triangles indices
gl-skydome-sun
Draws a skydome with a sun into a 3D scene.
glsl-aastep
anti-alias smoothstep utility function
glsl-camera-ray
Generates a ray for Shadertoy-style raycasting in GLSL
glsl-cartesian-to-barycentric
glslify module to convert cartesian to barycentric coordinates
glsl-circular-arc
draw anti-aliased circular arcs in a shader with glslify