Skip to content

fernando427/Escultor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sculptor

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.

Goals:

  • Creation .off file
  • Converter .txt file to .off
  • Interface

Tools of project

Through the classes already developed in Sculptor, it is possible to generate the functionality in the interface.

PutVoxel

Paint a pixel at the desired position of the drawing sheet

CutVoxel

Erase a pixel at the desired position of the drawing sheet

PutBox

Paints box-size pixels, being their size is set in the interface.

CutBox

Erase box-size pixels, being their size is set in the interface.

PutSphere

Paints sphere-shaped pixels, being their radius is set in the interface.

CutSphere

Erase sphere-shaped pixels, being their radius is set in the interface.

PutEllipsoid

Paints ellipse-shaped pixels, being its radii defined at the interface.

CutEllipsoid

Erase ellipse-shaped pixels, being its radii defined at the interface.

Colors

The colors are in rgb format, being the user's choice if they want to make any changes to the coloring of the drawing.

Contributors:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors