vipcxj / J3DTiles

Java libraries related to Cesium 3D-tiles
Apache License 2.0
16 stars 17 forks source link

could support some demo for it? #1

Open shaohaikkk opened 1 year ago

shaohaikkk commented 1 year ago

this is a greate project,but i'dont kown how can i use it? can you give me some support,please? And I'd want to it support OSGB? Looking forward to your reply.

vipcxj commented 1 year ago

I wrote this project many years ago. I've forgotten most of the code. So I can only give you a hint. You can have a look at me.cxj.j3dtiles.model.v1 package. The class B3dm, I3dm, PointCloud, Composite are the model class. Their read method create a model instance from the 3dtiles json file.