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 });
0
0
0
+ 2 other calls in file
three.Vector3 is the most popular function in three (22341 examples)