POV-Ray : Newsgroups : povray.off-topic : Frightening technology : Re: Frightening technology Server Time
5 Sep 2024 19:24:42 EDT (-0400)
  Re: Frightening technology  
From: Chambers
Date: 28 May 2009 23:35:30
Message: <4a1f5802$1@news.povray.org>
Darren New wrote:
> http://startupearth.com/2009/05/28/a-deeper-look-inside-googles-o3d-api/
> 
> Accelerated 3D graphics in javascript?

Why is that scary?  Almost none of the work is done by the main program 
anymore; everything from model loading to rendering can be offloaded to 
a separate binary library and the graphics driver itself.

All they need are methods for setting the camera, the GL state, loading 
models, and rendering said models.  They don't even have to add 
primitive support if they don't want to.  Advanced effects can be had by 
loading GLSL files as well.

Basically, all of that abstraction is finally paying off.

-- 
Chambers


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.