brep debug framework / fix volumes / enable add shell on scene back

This commit is contained in:
Val Erastov 2017-02-10 21:50:28 -08:00
parent 7ff04eb47d
commit d77abafec4

View file

@ -76,7 +76,7 @@ function App() {
App.prototype.addShellOnScene = function(shell, skin) {
const sceneSolid = new BREPSceneSolid(shell, undefined, skin);
//this.viewer.workGroup.add(sceneSolid.cadGroup);
this.viewer.workGroup.add(sceneSolid.cadGroup);
this.viewer.render();
return sceneSolid;
};