1.1.4 • Published 7 years ago
tubugl-utils v1.1.4
tubugl-utils
usage
utils
generateWireframeIndices(indices);
return the index array of wireframe from index array of face
Math-utils
clamp(value, min, max)
Clamps the value to be between min and max.
randomFloat( min, max)
Clamps the value to be between min and max.