How to use the TetrahedromBufferGeometry function from three

Find comprehensive JavaScript three.TetrahedromBufferGeometry code examples handpicked from public code repositorys.

403
404
405
406
407
408
409
410
411
412
413
414
415


    return geometry;
}


export function phosphateGeom () {
    return new THREE.TetrahedromBufferGeometry(1);
}


export function baseMaterial (nuc, type) {
    //var material = new THREE.MeshLambertMaterial({color: 0x554444 });
fork icon0
star icon0
watch icon0

+ 2 other calls in file

Other functions in three

Sorted by popularity

function icon

three.Vector3 is the most popular function in three (22341 examples)