Created
December 21, 2016 06:08
-
-
Save leefsmp/7ffa8541397b803bd5ad239691498097 to your computer and use it in GitHub Desktop.
selective-explode-demo.js
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
_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