News Feed
Jobs Feed
Sections




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!
raytracing image_3d pear package seven minutes raytracing image_3d pear package seven minutes


blog comments powered by Disqus

Similar Posts

Joshua Eichorn's Blog: PEAR2 Unconference

ONLamp.com: Quick and Clean PHP Forms

Community News: Latest PEAR Releases for 10.30.2006

Padraic Brady's Blog: OAuth Specification and Zend Framework/PEAR Proposal

SitePoint PHP Blog: Top 7 PHP Security Blunders


Community Events











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


tool release opinion testing unittest application series framework community zendframework2 development interview language functional code podcast conference introduction example object

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