pattern-x / gemini-viewer-examples

Examples and demos for gemini-viewer sdk, which is a WebGL based BIM model viewer, built on three.js. It is used to view dwg/dxf, gltf, obj, ifc models, etc.
202 stars 43 forks source link

Is there a way to use the three.js API? For example, I want to export the currently opened dxf file as gltf. #141

Open 1755143168 opened 1 month ago

yanzexuan1 commented 1 month ago

Yes, it is possible, but it is not exposed through public APIs. You should be able to find the three.js object (from three.js scene, etc.) and export it as gltf.