vctr data processing and do mesh extrusion for visualizing#606
Open
tomlee-dev wants to merge 3 commits intoCesiumGS:mainfrom
Open
vctr data processing and do mesh extrusion for visualizing#606tomlee-dev wants to merge 3 commits intoCesiumGS:mainfrom
tomlee-dev wants to merge 3 commits intoCesiumGS:mainfrom
Conversation
e26632f to
a9cc8fa
Compare
|
Can we get an update on this? |
Contributor
I have no timeline for updating this. if you need this before this PR is merged, you can checkout this to you local repository and build this by your self. I am sure this vctr data processing code is working great. by the way for Polyline. the spec is guiding render technique for visualizing it with line width(pixel width). that is why I dont have clear time line fot it. I have no idea for rendering it in Unity for now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
for VCTR (Polygon, Point)
spec document:
https://github.com/CesiumGS/3d-tiles/tree/vctr/TileFormats/VectorData
for polygon mesh extrusion works min height -200m and max height 1000m from geoide 0 height.(hard coded)
and for Point. there is no mesh for this just cesium globe anchor, mesh filter with one vertex mesh, and mesh renderer(I thought about this but I don't have best idea about this. adding sphere mesh to render? maybe better idea)
for Polyline. I've not finished implementing this yet. I don't have clear time line (FYI)
for testing this. use with other PR code.
CesiumGS/cesium-native#1228
#601
Issue number or link
Author checklist
CHANGES.mdwith a short summary of my change (for user-facing changes).- [ ] I have added or updated unit tests to ensure consistent code coverage as necessary.- [ ] I have updated the documentation as necessary.Testing plan
for VCTR Polygon testring (URP)
http://localhost:8080/Apps/SampleData/Cesium3DTiles/Vector/VectorTilePolygons/tileset.json
http://localhost:8080/Apps/SampleData/Cesium3DTiles/Vector/VectorTilePolygonsBatchedChildrenWithBatchTable/tileset.json
for VCTR Point testing.
http://localhost:8080/Apps/SampleData/Cesium3DTiles/Vector/VectorTilePoints/tileset.json
http://localhost:8080/Apps/SampleData/Cesium3DTiles/Vector/VectorTilePointsBatchedChildrenWithBatchTable/tileset.json
1~10 are same of VCTR Polygon testing

11. check to set true of Show Tiles in Heirachy in Cesium3DTileset component in Melbourne Photogrammetry game object.
12. in child objects of Melbourne Photogrammetry game object. replace mesh filter to "Sphere" mesh and change value of scale of game object transform to 100, 100, 100