Scaled Sphere
Blitz3D Forums/Blitz3D Programming/Scaled Sphere| 
 | ||
| So a sphere created with 2,2,2 dimensions will still show a "MeshWidth" of 2 if scaled by a factor of 30,30,30. The current width would then be 60 -- right. What would be the quickest way to center the object on a certain point? Using 1/2 of the 60 does not seen to work. Probably an easy solution but I am not getting it this morning. | 
| 
 | ||
| Use Fitmesh? | 
| 
 | ||
| Thanks much.. I was not aware of that command for some reason. |