povray: regexp to clean the code using notepad++
Regular expression to simplify povray code from notepad++
Regular expression to simplify povray code from notepad++
When exporting paths from inkscape to blender the resulting file can be very large. We can reduce the file size by removing unused decimal zeros, eg “12.00000” would become “12”. … Read more >
Sample of embossed text Sample of sunken text Sample of border Sample of blur Sample of embossed text To make the text look embossed the first color should be darker … Read more >
textBorder.js creates raised, sunken and blur effects on the html texts. The effect is achieved by displacing copies of the content object one and two pixels. The function takes four … Read more >
When debugging a script in php, the result of print_r with a large array may be unreadable, for example: $testArray=array( “meses”=>array( 1=>array(“en”=>”january”,”es”=>”enero”, 2=>array(“en”=>”february”,”es”=>”febrero”, 3=>array(“en”=>”march”,”es”=>”marzo”, 4=>array(“en”=>”april”,”es”=>”abril”, 5=>array(“en”=>”mai”,”es”=>”mayo”) ), “colors”=>array( “#f00″=>array(“en”=>”red”,”es”=>”rojo”), “#0f0″=>array(“en”=>”green”,”es”=>”verde”), … Read more >
When programming with the DOM the function document.getElementById function is frequently used, we can reduce the code making it a function with a name shorter and easier to remember: gEle=function(a){ … Read more >
X-mas made with Blender
Scene modelled and rendered with Blender