|
Another method of solid oject representation is the CSG (Constructive Solid Geometry).
This system is based on the combination of some primitive objects by some boolean operations.
This semplifies the work of creating a data file to describe the 3D object, but makes more complicated the computation of the real profile of the object.
It’s a more powerful system, faster and simple to configure. It is used in most 3D graphic program to represent the creation of complex objects throught simple operations.
|