26th February 2011, 1:30 PM
(This post was last modified: 26th February 2011, 6:12 PM by etoven.)
So here is my latest project I'm working on..
I have created a 3D renderer designed to run on a web server. It's being used to render a preview for a wood cutting application. Right now it's a pretty simple raytracing engine.. The carving app, projects a plane and then using bump mapping to simulate the carving. My 3D engine also supports spot lighting and specular mapping. I'm going to try to implement environment lighting this afternoon.
You can check out the app here...
BTW, this is completely a HTML5 app, no plugins required!
Also I have attached a server side 3D render...
I would be interested in everyone's feedback..
I have created a 3D renderer designed to run on a web server. It's being used to render a preview for a wood cutting application. Right now it's a pretty simple raytracing engine.. The carving app, projects a plane and then using bump mapping to simulate the carving. My 3D engine also supports spot lighting and specular mapping. I'm going to try to implement environment lighting this afternoon.
You can check out the app here...
BTW, this is completely a HTML5 app, no plugins required!
Also I have attached a server side 3D render...
I would be interested in everyone's feedback..