Skip to content

MauricioAlgalan/Povrayfunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Povray functions

Funtions in povray

Contents of this repository

funciones

Shows how to use #declare somefuntion=some code to create a funtion.

funciones-puntos

Shows how to use #declare somefuntion=function(parameters) {some code} to create a funtion.