Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 485 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 485 Bytes

Povray loops

Examples of povray loops

Simple examples of loops in popray,

Povray have two loops #for (control variable, initial step, final step, change) and #while (condition), all loops needs #end to mark the end of the loop.

Contents of this repository

CicloFor

Uses for to multiply the initial sphere comes with an animation.

CicoWhile

Uses while to create a givien number of sphere in random position an color.