miho / JCSG

Java implementation of BSP based CSG (Constructive Solid Geometry)
Other
177 stars 52 forks source link

RoundedCube should not ignore 'center' field #24

Closed mikosik closed 7 years ago

mikosik commented 8 years ago

Code of RoundedCube class completely ignores value of field center. This way it's impossible to create RoundedCube that is NOT centered at (0,0,0) even when centered is set to false.

miho commented 7 years ago

Will work on it (thought that was already solved).