Giter VIP home page Giter VIP logo

Comments (5)

pierotofy avatar pierotofy commented on June 30, 2024

It does have HLOD capabilities. Perhaps something is unique about your input that's causing the program to not be able to decimate it.

from obj2tiles.

zuixiaosanlang avatar zuixiaosanlang commented on June 30, 2024

@pierotofy thank you for reply.
i mean different HOD, have different divisions. for example, divisions of LOD-0 is 3, and LOD-1 is 2, LOD-2 is 1.
now i found all the divisions of LOD-3,2,1 are 3.
image

from obj2tiles.

HeDo88TH avatar HeDo88TH commented on June 30, 2024

Yes, this is by design: every LOD has the same number of divisions.
Can you provide your test data?

from obj2tiles.

zuixiaosanlang avatar zuixiaosanlang commented on June 30, 2024

@HeDo88TH
i am sorry. i donot express clearly before.

about the converted result, i found all the folders(LOD-0,1,2) are very close in size.

for example,in my test,
LOD-0 is 27.3M, and LOD-1 is 24.2M, and LOD-2 is 20.7M

But i want to get the result like this:
LOD-0 is 28M, and LOD-1 is 14M, and LOD-2 is 7M

Top level has smaller size obviously。

i donot know to change the code.

i noticed in the decimate stage, the size of objs are different obviously.(mesh.obj is 62M, mesh_0.obj is 42M, mesh_1.obj is 25M).

any suggest ??

thanks

from obj2tiles.

HeDo88TH avatar HeDo88TH commented on June 30, 2024

The size is mostly correlated to the textures. The OBJ is basically a text file with a bunch of vertices and faces. We could reduce the quality of the textures or their size in the LOD process but it's currently not implemented.

from obj2tiles.

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.