Viktor Kovacs

Results 127 comments of Viktor Kovacs

There are two components here: - Your importer in a separate repository. - You should make it available as a node.js package with a browser-ready bundle. - The best way...

You can implement your own importer as a pure js library, and if it's ready I'm happy to help with the integration.

The easiest is if you use this format: https://github.com/mrdoob/three.js/wiki/JSON-Geometry-format-4

Could you please check if this page can load your files? https://kovacsv.github.io/assimpjs If it is, then #132 can solve this.

Hello! Online3DViewer supports textures (at least the common file formats, like jpg, png, or gif). You have to open or drag and drop them along with the model file to...

FBX file support is added in 0.7.19.

Did you try to run the script from the root directory of the repository? Do you have python 3 installed?

Thank @paireks for the answer and the check. You are right, the volume can't be calculated because the mesh is not 2-manifold. The used volume calculation method (signed tetrahedrons) works...

There are two options for clipping. ### 1. Doing view-only clipping In this case the goal is to visualize slicing without touching the model (slicing won't affect export and calculations)....