PrincessGod / objTo3d-tiles

Convert obj model file to 3d tiles
https://princessgod.github.io/objTo3d-tiles
Apache License 2.0
778 stars 232 forks source link

Many objs to 3d tilesets #17

Open safa833 opened 6 years ago

safa833 commented 6 years ago

There are many obj files, I can convert to b3dm them singly but It causes performance loosing in cesium showing. How Do I convert obj files to b3dm by grouping. For example: 1.obj, 2.obj 3.obj --> 1.b3dm 4.obj, 5.obj, 6.obj --> 2.b3dm

in short, How Can I tile objs according to number I determine

PrincessGod commented 6 years ago

Sorry first, this tool not support convert multi objs into single tileset.

So you should combine objs in other way, such as import 3d modeling software and export combined obj.

CrashedBboy commented 6 years ago

Hi @safa833 ,

Recently I will be working on developing a tool for merging multi OBJs into one or more tileset, which is also based on this tool. I will notify you soon after it is available, hope it will help in the future.

Thanks.

PrincessGod commented 6 years ago

@CrashedBboy Great job!

After you finished it, I can put your link in README.

safa833 commented 6 years ago

@CrashedBboy Thanks, I'll appreciate for your notification