mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-11 10:53:45 +01:00
brep debug framework / fix volumes / enable add shell on scene back
This commit is contained in:
parent
7ff04eb47d
commit
d77abafec4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue