Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 282 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 282 Bytes

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.