Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Skip LOD options to 3D Tiles Inspector #5239

Closed
pjcozzi opened this issue Apr 25, 2017 · 3 comments
Closed

Add Skip LOD options to 3D Tiles Inspector #5239

pjcozzi opened this issue Apr 25, 2017 · 3 comments
Labels
good first issue An opportunity for first time contributors type - enhancement

Comments

@pjcozzi
Copy link
Contributor

pjcozzi commented Apr 25, 2017

@rahwang do you want to do this?

@austinEng can explain the parameters added in #5128.

@pjcozzi pjcozzi added good first issue An opportunity for first time contributors type - enhancement labels Apr 25, 2017
@rahwang
Copy link
Contributor

rahwang commented Apr 25, 2017

Sure thing! I'll add it to my list.

@austinEng
Copy link
Contributor

  • Checkbox to toggle tileset.skipLODs
  • Refactor Tileset Traversal #5254 is going to add a value called baseScreenSpaceError which should be modifiable like maximumScreenSpaceError
  • Slider for tileset.skipSSEFactor. Probably range from 1 to 50
  • Slider for tileset.skipLevels. Probably range from 0 to a small number.
  • Checkboxes for tileset.immediatelyLoadDesiredLOD and tileset.loadSiblings
  • Debug display for tile._selectionDepth. It would be nice if tiles could be colored by this value, similar to the way debugColorize works. It may also be helpful to have it displayed as a label
  • It would be good to add something to show tile._screenSpaceError

@pjcozzi
Copy link
Contributor Author

pjcozzi commented Jun 14, 2017

Fixed in #5405

@pjcozzi pjcozzi closed this as completed Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue An opportunity for first time contributors type - enhancement
Projects
None yet
Development

No branches or pull requests

3 participants