MauricioAlgalan / Povrayloops

examples of povray loops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

examples of povray loops

License:GNU General Public License v2.0


Languages

Language:POV-Ray SDL 100.0%