Page 1 of 1

3D rendering in a browse

Posted: Mon Jan 02, 2012 6:57 pm
by finale00
While looking around for sites that can render 3D models in a browser, I came across two things

Unity3D's browser plugin (which I've played some games in)
webGL

While it does sound cool, being able to render 3D in my browser...

Ya that's about it.

I wonder if I can use google's servers to process all that stuff and also put a viewer on their server as well :)

Google seems to have some O3D thing.

Re: 3D rendering in a browse

Posted: Mon Jan 02, 2012 7:09 pm
by Dinoguy1000
There are 3D renderers built entirely out of Javascript, though I'm not sure of their maturity or practicality at this point.

Re: 3D rendering in a browse

Posted: Tue Jan 03, 2012 1:04 am
by MrAdults
Unfortunately, WebGL has had a messy start, and last I heard Microsoft was still refusing to implement it to spec because of the security issues it imposes. I'm personally of the opinion that not establishing a new translation layer standard for WebGL shader code was a bad oversight. I never played around with Google O3D much either, but last time I went looking for info on it, it had become (or was becoming) a complimentary framework for WebGL.

Silverlight 5 will be an option for common deployment soon, but as with most of Microsoft's web offerings, the platform exclusivity completely defeats the point. Then there's Flash 11 with the Stage 3D implementation which seems like it's probably got the best chance of becoming a useful standard. Or you can just do your own T&L, clipping, etc. and do your own 3D renderer with Flash's 2D rendering. I did that for a work project a few months back, specifically because there are still no good and widely-supported web-based 3D rendering standards.

Re: 3D rendering in a browse

Posted: Sun Jan 22, 2012 6:46 pm
by practicing01
The contents of this post was deleted because of possible forum rules violation.