Giter Site home page Giter Site logo

Comments (2)

lukvermeulen avatar lukvermeulen commented on May 28, 2024

Having the same issue here, when using the convert2xkt function in Node.JS.

The same function works fine when uploading ifc files, but when using a .LAS/LAZ file (e.g. indoor.0.1.laz from the xkt-sdk assets), the above mentioned Error: ReferenceError: Response is not defined appears. The function still returns that it succesfully converted and the converted file can be seen in the file explorer, but it is tiny (just some kb) and can not be loaded into the viewer.

import convert2xkt from "@xeokit/xeokit-convert/dist/convert2xkt.cjs.js";

//...

convert2xkt({
      source: path,
      output: "uploads_converted/" + filename + ".xkt",
      log: (msg) => {
        console.log(msg);
      },
    }).then(
      () => {
        console.log("Converted.");
      },
      (errMsg) => {
        console.log("Conversion failed: " + errMsg);
      }
    );
    
//...

from xeokit-convert.

xeolabs avatar xeolabs commented on May 28, 2024

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: assets/models/laz/indoor.0.1.laz
[convert2xkt] Input file size: 1644.72 kB
[convert2xkt] Using parser: parseLASIntoXKTModel
[convert2xkt] Converting LAZ/LAS
[convert2xkt] Input file parsed OK. Building XKT document...
[convert2xkt] XKT document built OK. Writing to XKT file...
[convert2xkt] Converted to: XKT v10
[convert2xkt] XKT size: 3573.75 kB
[convert2xkt] XKT textures size: 0.01kB
[convert2xkt] Compression ratio: 0.46
[convert2xkt] Conversion time: 1.36 s
[convert2xkt] Converted metaobjects: 2
[convert2xkt] Converted property sets: 0
[convert2xkt] Converted drawable objects: 1
[convert2xkt] Converted geometries: 1
[convert2xkt] Converted textures: 0
[convert2xkt] Converted textureSets: 0
[convert2xkt] Converted triangles: 0
[convert2xkt] Converted vertices: 808042
[convert2xkt] Converted UVs: 0
[convert2xkt] Converted normals: 0
[convert2xkt] minTileSize: 200
[convert2xkt] Writing XKT file: test.laz.xkt
[convert2xkt] Done.

from xeokit-convert.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.