Making it possible to select dual contouring for CSG
This commit is contained in:
parent
bc232506af
commit
e685fa12a2
11 changed files with 170 additions and 79 deletions
|
|
@ -104,7 +104,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
{
|
||||
shape = new Box()
|
||||
{
|
||||
Size = new Vector3(Size, Size * .8, Size * .6)
|
||||
Size = new Vector3(Size, Size, Size)
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue