Construction of a C ++ tool for making block sculptures represented by digital matrices.
Pass the information of the figures to be implemented in a (.txt) file, then open the .off file in a visualization program.
Through the classes already developed in Sculptor, it is possible to generate the functionality in the interface.
Paint a pixel at the desired position of the drawing sheet
Erase a pixel at the desired position of the drawing sheet
Paints box-size pixels, being their size is set in the interface.
Erase box-size pixels, being their size is set in the interface.
Paints sphere-shaped pixels, being their radius is set in the interface.
Erase sphere-shaped pixels, being their radius is set in the interface.
Paints ellipse-shaped pixels, being its radii defined at the interface.
Erase ellipse-shaped pixels, being its radii defined at the interface.
The colors are in rgb format, being the user's choice if they want to make any changes to the coloring of the drawing.