You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the suggestions, I will add them to the styling roadmap.
For point clouds, accessing the position is already available. The spec hasn't been updated yet, but here is a draft:
${POSITION} is an array of three values representing the xyz coordinates of the point before the RTC_CENTER and tile transform are applied. When the positions are quantized, ${POSITION} refers to the position after the QUANTIZED_VOLUME_SCALE is applied, but before QUANTIZED_VOLUME_OFFSET is applied.
Well thanks for the hint with ${POSITION}. But without access to any offset it is currently not really usefull with point clouds (or I need to adjust each tile to have same RTC-Center ;-) ).
It is currently not possible to access coordinates from a Cesium3DTileStyle.
An example would be:
It would be also nice if you have access to BoundingBoxes and other properties of a tileset, so a support of following attributes would be nice:
The text was updated successfully, but these errors were encountered: