|
QtSculptor
v1.0.0
|
Go to the documentation of this file.
36 PutVoxel(
int x_,
int y_,
int z_,
float r_,
float g_,
float b_,
float a_);
PutVoxel(int x_, int y_, int z_, float r_, float g_, float b_, float a_)
PutVoxel class constructor.
Definition: PutVoxel.cpp:3
int y
Definition: PutVoxel.h:20
int z
Definition: PutVoxel.h:21
Sculptor class for manipulating elements, denoted voxels, in arrays three-dimensional digital.
Definition: Sculptor.h:17
~PutVoxel()
Destructor of the PutVoxel class.
Definition: PutVoxel.h:41
Concrete class PutVoxel - Used to display a single voxel.
Definition: PutVoxel.h:18
void draw(Sculptor &sculptor)
Member function draw.
Definition: PutVoxel.cpp:8
int x
Definition: PutVoxel.h:19