« No There there: Corporate-Friendly, PG-Rated Alternative to Second Life Closes Due to Lack of Revenue | Main | Chestnut's Choices 3/4 - 3/10: Holocaust Survivor Speaks, Festival of St. Patrick, Avatar Identity Performance, Skye Galaxy, & Much More »

Wednesday, March 03, 2010

Comments

Feed You can follow this conversation by subscribing to the comment feed for this post.

Trinity Dejavu

Wait .. isn't this just VRML all over again, really.

Two Worlds

Hey, you bite your tongue, Microsoft VChat owned back in the day. I have fond memories as a highschooler of hanging around in the Fishbowl chatroom and asking women (fat men) twice my age for "a/s/l/cyber plz". Also hanging out in the Kiva room and going way up to the moon and going inside like Christof in that Jim Carrey movie The Truman Show.

Arcadia Codesmith

Very good.

Now show me 30fps with seamless rendering of uncached objects and textures with 50+ hi-rez animated avatars on a legacy box over standard broadband.

And then let's party :)

qarl

> faster

oy.

yes, when rendering 20 prims, it's quite easy to get 30fps. now try a sim's worth (15,000).

i'll say it again in hopes that it will sink in: the SL renderer is very VERY fast.

X3dcollada

When you compare 15,000 prims to the number of polygons in an actual game you'd laugh because games organize them into actual logical objects each of 10,000 or 100,000 polygons.

webGL only has problems with sheer quantities of objects, not their polygon count. So if you had a hundred objects totalling 60,000 polygons (equivalent of 15,000 tets) then you would have 0 trouble getting it through at 60 fps. For a reasonable enough graphics card a big model (huge mesh) and a small model (prim) will not make a difference in framerate.

Now once you start breaking it up into smaller components things get interesting, but I have every confidence that the fine folks at google and mozilla will be working on making large collections of objects fast.

Arcadia Codesmith

SL in-browser native, no plugin? Winsauce.

Possibility of a standard that might allow migration of avatars/objects between different virtual worlds? Gamechanger.

Resulting IP issues? Epic headache. But worth working through.

qarl

> So if you had a hundred objects totalling 60,000 polygons (equivalent of 15,000 tets) then you would have 0 trouble getting it through at 60 fps.

tell ya what - i'm going to generate a collada file for SL's welcome area (around ahern.) you feed it to webGL and let me know what your framerate is.

Sidney Smalls

Conflict of interest or not, he is correct, considering the burden the basic SL architecture places on it.

Sidney Smalls

And to Trinity, no it doesn't technically resemble VRML in the slightest. WebGL is essentially a way to let JavaScript running in a browser make OpenGL graphics calls. VRML is a file format for describing 3D objects.

Arcadia Codesmith

"tell ya what - i'm going to generate a collada file for SL's welcome area (around ahern.) you feed it to webGL and let me know what your framerate is."

Cool! Head-to-head! Make it happen, post the results.

Impalah Shenzhou

Nice library, like Google's O3D.

Arcadia, did you see the demos from O3D? It seems not to have too many problems with frame rate and complex polygons (see for example: http://o3d.googlecode.com/svn/trunk/samples/home-configurators/homedesigner.html). Try the same (same detail level) on SL/Opensim, for example...

Now (for SL/Opensim) we only need a port of the libopenmetaverse libraries for making a functional viewer.

Justin Gibbs

Very exciting. I've been waiting for something like this since O3D and WebGL popped on the scene.

Probably still too early to revive the fervor around Virtual Worlds however. Outside of kid based virtual worlds, most consumer based ones have failed. But mix 3D in the browser with social games and we might see the rise of Virtual Worlds 2.0:
http://justingibbs.com/2009/12/22/the-end-of-virtual-worlds-1-0-now-onto-2-0/

Two Worlds

Urgh...tech industry people and various hangers-on, could you PLEASE stop doing the "two point oh" thing? Please? Like...it got lame about 2 weeks after you started calling stuff "Web Two Point Oh".

Loraan Fierrens

While this looks interesting, I am a bit dubious. We've gone down the 3D in the browser thing before. VRML has already been mentioned, but Microsoft came up with an actually rather nice technology in the late 90s called—confusingly enough—Chrome. Neither of those panned out. Still, this time maybe we have a winner. Users' computers and internet connections are generally better than they were in those days (excepting my father, of course).

While this could be used to provide a web client to Second Life or its ilk, the bulk of the work done by the current client is really going to have to be done on a web server. This means a more significant outlay by the provider (they have to pay for those servers somehow), but it could also mean much less opportunity for personalization, if this were to mean no more desktop client.

I really doubt this would have any positive impact on performance, by the way (unless there were a huge gain in performance by moving the web server hosting such a UI closer to the sims). In my experience (and I'd be interested to hear qarl's take on this), the bottleneck isn't in the renderer of the Second Life client but in all the network activity to bring in all the objects, textures, etc. in the view. For me at least, once the scene has stabilized, my framerate has usually been fine.

c3

No IE or Firefox?
which browser revolution is this?;)

yes let webGL and O3D fight it out..... and i assume MS wont be around? eh? Silverlight.etc. and Adobe is gonna go away just because Apple wants it?

but lets wait on "roadmaps" and "revolutions" considering how "well" these folks did in predicting web3d usage/reality for the last 3 years;)

and YES, politically/ and in biz practice, WebGL and O3D are very much like VRML/ X3D, U3D and Colladas mechanations...

c3

ritaturk

Katalabs has the right idea; timing is good, what with WebGL momentum, COLLADA for content, X3D for scenegraph (X3DOM to be exact) and finally reliance on the major browsers vendors getting the WebGL part right. I'm betting they know their stuff and know what they are doing. I wish them luck.

dahlia

I agree with qarl, the SL renderer is very fast, and the SL viewer has the advantage where the renderer is written in c++ and directly communicates with the OpenGL layer. Trying to communicate to the graphics hardware or a low level abstraction such as WebGL via a higher level language such as Javascript carries with it a *huge* amount of overhead, even if the execution environment for the language is optimized for speed. Also, dragging around a couple of boxes and moving a camera around a room with a few flat walls and a few textures would probably give frame rates in excess of 1000 fps in any c++ OpenGL program with even a low end GPU. I doubt the FPS is accurate tho, it could be reduced by the screen capture used to make the video.

I'm still interested to see where WebGL goes, but I'm not betting on it being able to display any complex scenes with lots of animated characters and objects without a big hit in FPS, unless they define an API a lot different than they've published so far.

Turnips

I don't think that supposedly immersive 3D worlds belong in web browser windows. It just isn't very immersive.

Arcadia Codesmith

From a design perspective, I'd agree that "world in a browser" hinders immersion if done Facebook-style, with a little window in the middle of a page full of (misleading if not downright fraudulent) advertising.

But there's nothing that says you can't do a browser-based VW in a full-size window, with no more impact on immersion than any client.

Don't be married to the client. If there's a way to ditch it without sacrificing performance, grab the brass ring. Even if it's your baby and sleek and perfect, the client is a barrier to entry.

And if you just can't bring yourself to let the client go, develop a browser version in parallel. Transition is hard, but.... adapt or die.

Giulio Prisco

VRML was indeed ahead of its time, and the short "VRML Age" (a few years!) was a wonderfully creative time.

There are already VR world(let)s in the browser, based on web.alive or unity3D (fusionfall). The difference is that webGL, once implemented natively in all browsers, will not even require a plugin and be immediaately available to everyone. So I think Henrik is right, most of the action is likely to migrate to worlds in the browser.

Yet the performance of systems based on plugin or dedicated clients is likely to remain higher than native browser implementations. Also, cloud gaming like onlive (rendering on the server, video streamed to the client) may become popular.

paulb

The frame rate might be a bit low ATM but that will only go one way.

"No IE or Firefox?" webkit and firefox already have support in the nightly builds, I'd have said all browsers will have support by early next year. Not including IE6/7/8/9. Before people say IE accounts for x% of the market, I really don't think it'll matter.

Microsoft have left it too late and there is too much bad blood with devs. Web developers HATE it, and are leaving it behind with rapidly increasing regularity. So, users will follow the devs as the applications(such as this) they want to use slowly but surly stop working in the IE's.

c3

katalabs current website offers no IE or firefox versions...

My Firefox said - wrong browser.

yes. im aware of webgl for Firefox... but i didnt see it there. do you?

and i doubt MS will go so quiet.

Turnips

Good points, Arcadia!

danx0r

katalabs demo runs in Firefox Minefield (nightly beta) but you have to enable webGL. See the 'Firefox' section here:

http://www.glge.org/getting-webgl/

clauisaa1

Now show me 30fps with seamless rendering of uncached objects and textures with 50+ hi-rez animated avatars on a legacy box over standard broadband.

Trevor F. Smith

All hail WebGL!

That said, comparing a graphics API to a full application is like comparing lumber to a gazebo so it's a little early to be comparing frame rates.

Adric Antfarm

This is my eight try at a comment. Have you considered getting off Typepad and maybe getting your own domain being the big cheese and all?

http://www.adric.us/getrealhamy.jpg

Maria Korolov

I'd like to see a YouTube-style embeddable SL/OpenSim player. I can put it on my website, showing a quick preview of a region. Click to login (using an avatar from that grid or ANY connected grid, or a default avatar) and click the little expand icon at the bottom of the window to make it full screen.

-- Maria

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment

Your Information

(Name is required. Email address will not be displayed with the comment.)

Thumb Wagner James Au Metaverse book
Wagner James "Hamlet" Au
Second Life virtual world coffee table book
Coffee table book available now -- click above!
Dream Seeker SL Estates
Competitive rates, 24/7 English, Spanish & Dutch support -- visit online or in SL!
Dutchie SL furnishings
Click above to Dutchie Design's site!
Wagner James Au Patreon
Making a Metaverse That Matters Wagner James Au ad
Please buy my book!
IMG_2468
My book on Goodreads!
Wagner James Au AAE Speakers Metaverse
Request me as a speaker!
Making of Second Life 20th anniversary Wagner James Au Thumb
PC for SL
Recommended PC for SL
Macbook Second Life
Recommended Mac for SL
my site ... ... ...
ADD store SLurl
Visit ADD's SL mainstore, creator of sexy styles you want to wear!
Intellivision game console book Tom Boellstorff Braxton Soderman
Get the latest book from the author of "Coming of Age in Second Life"!
Meow Meow Making SL flowers
An SL flower shop for all occasions!
Rapture
Original SL mesh fashion since 2014
Vmuseum NWN Ad
Click to visit all four sites!
Juicybomb_EEP ad

Classic New World Notes stories:

Woman With Parkinson's Reports Significant Physical Recovery After Using Second Life - Academics Researching (2013)

We're Not Ready For An Era Where People Prefer Virtual Experiences To Real Ones -- But That Era Seems To Be Here (2012)

Sander's Villa: The Man Who Gave His Father A Second Life (2011)

What Rebecca Learned By Being A Second Life Man (2010)

Charles Bristol's Metaverse Blues: 87 Year Old Bluesman Becomes Avatar-Based Musician In Second Life (2009)

Linden Limit Libertarianism: Metaverse community management illustrates the problems with laissez faire governance (2008)

The Husband That Eshi Made: Metaverse artist, grieving for her dead husband, recreates him as an avatar (2008)

Labor Union Protesters Converge On IBM's Metaverse Campus: Leaders Claim Success, 1850 Total Attendees (Including Giant Banana & Talking Triangle) (2007)

All About My Avatar: The story behind amazing strange avatars (2007)

Fighting the Front: When fascists open an HQ in Second Life, chaos and exploding pigs ensue (2007)

Copying a Controversy: Copyright concerns come to the Metaverse via... the CopyBot! (2006)

The Penguin & the Zookeeper: Just another unlikely friendship formed in The Metaverse (2006)

"—And He Rezzed a Crooked House—": Mathematician makes a tesseract in the Metaverse — watch the videos! (2006)

Guarding Darfur: Virtual super heroes rally to protect a real world activist site (2006)

The Skin You're In: How virtual world avatar options expose real world racism (2006)

Making Love: When virtual sex gets real (2005)

Watching the Detectives: How to honeytrap a cheater in the Metaverse (2005)

The Freeform Identity of Eboni Khan: First-hand account of the Black user experience in virtual worlds (2005)

Man on Man and Woman on Woman: Just another gender-bending avatar love story, with a twist (2005)

The Nine Souls of Wilde Cunningham: A collective of severely disabled people share the same avatar (2004)

Falling for Eddie: Two shy artists divided by an ocean literally create a new life for each other (2004)

War of the Jessie Wall: Battle over virtual borders -- and real war in Iraq (2003)

Home for the Homeless: Creating a virtual mansion despite the most challenging circumstances (2003)

Newstex_Author_Badge-Color 240px
JuicyBomb_NWN5 SL blog
Ava Delaney SL Blog
Virtual_worlds_museum_NWN