How to use the Geometry2Exporter function from three

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

23
24
25
26
27
28
29
30
31

//

var geometries = {};
var geometryExporter = new THREE.GeometryExporter();
var geometry2Exporter = new THREE.Geometry2Exporter();
var bufferGeometryExporter = new THREE.BufferGeometryExporter();

var parseGeometry = function ( geometry ) {
fork icon13
star icon30
watch icon17

Other functions in three

Sorted by popularity

function icon

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