Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - htrzski

Pages: [1]
1
Bug Reports / Re: Cesium tiles
« on: March 02, 2019, 10:49:59 PM »
Hi Alexey,

I'm using Cesium 1.45 from the workshop github repository - https://github.com/AnalyticalGraphicsInc/cesium-workshop
I get just 3 errors related to missing tokens to Cesium ion (wordTerrain model, imagery), but nothing related to my point cloud.

Also I tried Cesium export through GUI and the result is the same as through command line - non stop loading objects called tileset.json?v=0.0 and no point cloud displayed

I exported point cloud to las and converted it with entwine and this way I can see it.

2
Bug Reports / Re: Cesium tiles
« on: February 27, 2019, 04:00:39 PM »
If I skip this part it works exactly the same.

3
Bug Reports / Re: Cesium tiles
« on: February 27, 2019, 02:13:18 PM »
Hello Alexey,

export runs without any problem. After that I try to load it locally in Cesium and I don't see anything - my browser loads thousends of elements where each of them is called tileset.json?v=0.0 and is 352B size but my point cloud it's still invisible.

Do you have any ideas?

4
Bug Reports / Re: Cesium tiles
« on: February 27, 2019, 12:41:04 AM »
I have a problem with exporting point cloud to cesium 3d tile
I tried to do it with the following command and same but without reprojection. my initial coordiante system is 31255

chunk.exportPoints( "PointCloud-repr.zip", projection=Metashape.CoordinateSystem("EPSG::4978"), format= Metashape.PointsFormatCesium, blockw=0.05, blockh=0.05)

what do I wrong?

thx for help!

5
General / Re: Cesium js
« on: March 01, 2018, 07:24:49 PM »
Hi,

are those fixes from Alexey working?

Thx for the help

6
Bug Reports / Re: Cesium tiles
« on: February 28, 2018, 11:45:54 AM »
Hi,

did you find a solution? I tried with Agisoft 1.4.1 to export dense cloud as Cesium 3D Tiles and got same error

"A 3D tile failed to load: http://localhost:8000/static/Cesium/models/Cesium_Export_big/Data/c02.pnts?v=0.0
Error: start offset of Float32Array should be a multiple of 4"

Is there any other way to export a point cloud as Cesium 3D Tiles?

Pages: [1]