Skip to content

Instantly share code, notes, and snippets.

@leefsmp
Created December 21, 2016 06:08
Show Gist options
  • Save leefsmp/7ffa8541397b803bd5ad239691498097 to your computer and use it in GitHub Desktop.
Save leefsmp/7ffa8541397b803bd5ad239691498097 to your computer and use it in GitHub Desktop.
selective-explode-demo.js
_this.load = function () {
var excludedFragIds = [
6, 14, 18, 22, 24, 33, 35, 49, 53,
63, 65, 67, 68, 69, 74, 79, 80, 81, 82
]
selectiveExplode (
viewer, 0.5, excludedFragIds, viewer.model)
viewer.impl.sceneUpdated(true)
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment