xeolabs
xeolabs
@kushal154 I haven't received any Jira issue yet. In the meantime, perhaps try a larger value for '-s', eg. ````ifc2gltfcxconverter -i model.ifc -o myGLBFiles/model.glb -m myGLBFiles/model.json -s 100````
@kushal154 OK I found the issue now, will take a look
I can't currently reproduce the CLI issue with xeokit-convert 1.1.5 on Ubuntu, nodejs v16.17.1: ```` node convert2xkt.js -s assets/models/laz/indoor.0.1.laz -o test.laz.xkt -l [convert2xkt] Running convert2xkt v1.1.5... [convert2xkt] Reading input file:...
Hi, we haven't implemented TypeScript support for convert2xkt, but if it's a requirement we would welcome a PR to add type definitions.
An idea - factor strings out into a lookup table within the metadata JSON. In the snippet below, the integer values for those properties are indexes into the string dictionary....
Looks fine to me, that's a valid JavaScript expression. What error condition are you experiencing?
What are you doing to get this error? `convert2xkt.js` has no problem with this statement when executed via NodeJS, eg. ```` node convert2xkt.js -s Duplex.gltf -o test.xkt -l [convert2xkt] Running...
Not sure what can be done to xeokit-convert, unless there is a memory leak we need to fix (not aware of any at this time). Otherwise, it seems to be...
@ptorrent is it working OK now? I'll add that as a hint in the docs, thanks
I just published an optimization in xeokit-convert 1.1.3 that might help with this issue - see #78