UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 362 B
/** * Assumes that the mesh is compacted * @param {AttributeDataTexture} vertices * @param {AttributeDataTexture} neighbours * @param {TetrahedralMesh} mesh */ export function tetrahedral_mesh_to_texture(vertices: AttributeDataTexture, neighbours: AttributeDataTexture, mesh: TetrahedralMesh): void; //# sourceMappingURL=tetrahedral_mesh_to_texture.d.ts.map