|
|
"Action? Adventure? A World Builder seeks not these things." How do I make a cool custom avatar like yours?
I have heard that question more than once, and I've answered it more than once...so that makes it a Frequently Answered Question and that means I can save some breath if I make a FAQ.
#VRML V2.0 utf8 Transform { children [ Shape { appearance Appearance { texture ImageTexture { url "newfacet.gif" } ### insert your picture or texture in the above URL ### } geometry Sphere { radius 1.0 } } ] }
geometry Box { 1 1 1 } in place of the geometry Sphere { radius 1.0 } But I want fancy animation!!! OK so you do...it is, of
course, slightly more complicated. There are 3 files involved instead of two!
The avatar file "calls" the gestures file, and includes the picture as a texture. There are two approaches to gestures; one is to have a fully articulated humanoid style skeleton and the other is to simply bounce around the whole avatar. The second method is a lot easier and very effective. NOTE: These gestures interact with Blaxxun's server software, so these avatars will not "dance" for you when you are off-line. But I want to edit the gestures; how do I do that? This is getting more complicated and it is best attempted with tools. There is a FREE product by Sony called Community Place Conductor that I have successfully used to modify Blaxxun's default gestures (search the web for it). There are other tools that allow animation editing. CosmoWorlds by SGI is a powerful but expensive building/modeling/animating tool. Make the ball bounce or spin on command! Flux Studio has a Cybertown Avatar wizard that is relatively easy to use. But I want a real human looking avatar that walks talks and
breaths! Yea, sure you do. You've got to think about the human joint model and other weighty issues. Fortunately,
there is already a group of bright people working on the issues involved. There are other
bright people that have made avatar authoring programs. And there is a very good starting place
written by Peter Graf of Blaxxun and it works very well with their 3D server software
(i.e. Cybertown). They even have a perl tool that allows you to make your own creation. OK, but what did you make with all this knowledge? I
used Flux Studio revolution tool to make geometry
which I cut and pasted into Blaxxun's Avatar/Animation/Arena code. It is unique, if not
beautiful. At a later date this avatar arena and gesture triggers were added to
Flux Studio at my request. Using Flux Studio, I can now do in minutes what once took me a day to
do by hand. The first Avatar that I fully animated....The VRML
Juggler! Last, but certainly not least, is Hermetic_Cabs annotated avatar tutorials (gesti). |
|