How to draw shapes programmatically? For example, in a triangular pyramid, the base is fixed, and the apex is shifted to a random vector at each step.
Hi! You could look at the section Procedurally Generating 3D Models in the manual. Moreover, depending on your specific objective, a vertex shader may be evaluated.