The model size increases significantly after adding the annotation

Hello everyone,

I’m new to Three.js and currently working with an Inventor model, trying to export it into JSON using Three.js. However, when I attempt to include annotations in the export, the file size increases to three times the original size.

Thanks in Advance.

  1. What is the original format and what format are you exporting to?
  2. Is the original file zipped?
  3. Is the original geometry indexed?
  4. Does the original geometry use quads or triangles?

What is the original format and what format are you exporting to?
=> ‘.ipt’ file, its a inventor file format.

Is the original file zipped?
=> No

Is the original geometry indexed?
=>No

Does the original geometry use quads or triangles?
=>Triangles