What is K3D.js?
K3D is JavaScript library for working with 3D meshes. K3D is not a rendering engine!
K3D.js can be used for different operations with 3D meshes:
- converting between different formats
- applying affine and other transformations
- generating primitive objects
- creating LODs
To use K3D, you should have a basic knowledge of 3D meshes, index / vertex coordinate arrays etc.