Git Product home page Git Product logo

Comments (8)

samarsave avatar samarsave commented on July 18, 2024 1

sure
here is the link to the model:
Mega

also I tried another model and it worked but failed to export Schematic.
error log for file 2:
Screenshot (230)

from objtoschematic.

LucasDower avatar LucasDower commented on July 18, 2024 1

Thanks, much appreciated. It looks like the image texture was too large to handle (8192 x 8192). I scaled it down to 512x512 and it worked as expected. I'll push a proper fix for both issues soon, cheers.

from objtoschematic.

LucasDower avatar LucasDower commented on July 18, 2024 1

Did you rename a JPEG file into a PNG? The header of the image you're using follows the JPEG standard not PNG. Converting between image formats requires re-encoding and isn't as simple as renaming file extensions. There are websites/programs that can help you convert and it should work when you do.

Hope this helps.

from objtoschematic.

LucasDower avatar LucasDower commented on July 18, 2024

Models with a number of triangles can take some time to voxelise. If the viewport is frozen then it's currently processing the voxels. You could try starting off with a larger voxel size. The /web-workers is working adds a progress bar and doesn't freeze the program. You can try reducing the number of triangles in the model in 3D software like Blender (decimate modifier). When the heavy work is transferred to C++ addons it should will be much quicker regardless of the model complexity.

Alternatively, there could very well (quite likely) be a bug somewhere, is there any error messages in the console? (Ctrl + Shift + I).

from objtoschematic.

samarsave avatar samarsave commented on July 18, 2024

There is no delay at all, its as if the button press triggers nothing.
here are the error messages:
image

from objtoschematic.

LucasDower avatar LucasDower commented on July 18, 2024

Thanks, looks like a bug. Is it possible for you to provide the .obj and .mtl used?

from objtoschematic.

samarsave avatar samarsave commented on July 18, 2024

Oh Great!

from objtoschematic.

samarsave avatar samarsave commented on July 18, 2024

Ah I had no clue! I used to do this a lot for other programs if they didn't support the format(change the extension). Aight I'll try it out and I assume this was the fix for issue#2 ?

from objtoschematic.

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.