CodeBase - Make Pyramid

Return to the CodeBase listing

Category: Miscellaneous

Version: 1.0

0
0

Information

Uploaded: 28th Jun 2009 04:29

Modified: 1st Jan 1970 01:00

Author:  Hacktank

Summary

Makes a pyramid of cubes

Full Description

This function makes a pyramid of cubes. Paramiters:<br /> x# as float : starting x of the pyramid<br /> y# as float : starting y of the pyramid<br /> z# as float : starting z of the pyramid<br /> perx as integer : rows of cubes on the x axis<br /> pery as integer : columbs of cubes on the y axis<br /> cubesize# as float : size of the cubes<br /> <br /> example useage: makepyramid(0,1,0,10,10,1)<br /> <br /> REQUIRES MATRIX DLLS FOR FIND FREE OBJECT

Comments

No comments yet.