News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Kore Nordman's Blog:
Raytracing with Image_3D
April 05, 2006 @ 07:48:36

Kore Nordman has been making even further advancements in the development behind the PEAR Image_3D library - this time, he looks at raytracing in PHP.

I was always writing, that implementing a raytracer (or the better german description) in PHP would be far to slow. And then, two days ago, I had the feeling I should prove this ... this was also the way Image_3D was born. With the infrastructure Image_3D offers, all the existing models, the abstraction etc. it wasn't such a big thing. You mainly need to write a short algorithm which gets the intersection point for a polygon with a line, and that's it. For sure, you should optimze the algorithm a bit. And it is really fun to implement such a simple mathematical model like raytracing is.

He talks about some of the problems that raytracers don't have that normal renderers do (shadows, reflections, etc) and notes that the images display in the post took about seven minutes to render on his system. He proved that it can work, but notes that it supports his original hypothesis - rendering like this with PHP is just too slow.

0 comments voice your opinion now!
php raytracing image_3d pear package seven minutes php raytracing image_3d pear package seven minutes



Similar Posts

WebDevRadio Podcast: Episode 11 Released - Zend collaboration, High Performance MySQL and more

PHP.net: PHP 4.4.2 Released

WebReferece.com: How to Use the HTTP Protocol

SitePoint PHP Blog: A pro-PHP Rant

Professional PHP Blog: James Gosling on PHP


Community Events









Don't see your event here?
Let us know!


conference ajax PEAR package code zend book framework zendframework security database PHP5 developer job example cakephp releases application release mysql

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework