----------------------------------------------------
Several improvement and bug fixes have been made in 0.6.0.
You can redownload the program from the last post.
Better Cone/Hole/Round combination.
Optimized Iso-Curved cone mode (see the article below).
Bug fixes for Unicode input of text primitive (only Ascii chars are supported so far).
-----------------------------------------------------
There are several types of bevel edges in MagicaCSG. Here we list their pros, cons and corresponding costs (smaller is faster). You can also check bevel-type.mcg sample model in the csg/ folder.
Round adds uniform rounded bevels to all XYZ axes. It's the fastest and simplest method but lacks fine controls.
Bevel adds uniform rounded bevels to XY axes only. It can be combined with Round to make the sizes of XY and Z bevels different. But the XY bevels can't be smaller than the XYZ rounds, which is not convenient in some cases, and that's where Cone parameter takes places.
Cone adds bevels to the Z axis only. It can be added only to the top, or to both of the top and the bottom with Local Mirror Z enabled.
There are two extra options for Cone parameter: Iso (45 degree) and Curved. We'll discuss the combinations respectively.
This mode adds rounded bevels to the Z axis edges. Unlike Round, it can be combined with Bevel independently.
This mode adds 45 degree flat bevels to the Z axis edges. It can be used to create chamfer edges on the top/bottom.
This mode linearly shrinks the Z axis edges. It can be used to create cones or pyramids. Unlike Cone-Iso mode, it has no straight faces on the sides.
This mode linearly shrinks the Z axis edges. It can be used to create church ceilings or pumpkins. This is the most expensive method.
moat
2024-11-06 21:01:53 +0000 UTCcki vang
2024-11-06 14:47:09 +0000 UTC