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.
169 stars 40 forks source link

Unable to load pdf and 2d dxf files in the markup example for 2D images #118

Open DinhqTu opened 8 months ago

DinhqTu commented 8 months ago

I tested the markup demo for dxf and pdf files. but I have the following problem: I can only load the dxf file rac_basic_sample_project. Other dxf and pdf files cannot be loaded, can someone explain to me why?

yanzexuan1 commented 8 months ago

Do you mean you want to load other dxf/pdf to this page? https://pattern-x.github.io/gemini-viewer-examples/#/Markups You need to change the code to load more models in this page: image

Is there any error in console?