Is there a way to absolutely position 3D objects?
Does it require working with Translation?
In a 3x3x3 cube of possible 1x1x1 cubes:
c[2][2][2]=1;
c[2][2][1]=1;
Would place to cubes next to each other on one axis.
(solution below)
Is Push or Pop Matrix involved in resetting the coordinates to origin which are considered by the Translation function?
Does one need to create variables to compensate for the Translation?
Does it require working with Translation?
In a 3x3x3 cube of possible 1x1x1 cubes:
c[2][2][2]=1;
c[2][2][1]=1;
Would place to cubes next to each other on one axis.
(solution below)
Is Push or Pop Matrix involved in resetting the coordinates to origin which are considered by the Translation function?
Does one need to create variables to compensate for the Translation?
1