Skip to content

MauricioAlgalan/Povrayloops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published