|
|
|
|
| Paul Aslin 2004-04-23, 5:36 pm |
| There is a way to export a useable mesh from avatar studio. That part
of my website is currently down for updating and re-organization so..
cut and pasted below:
Simply put the 3d mesh is stored as a rolled up ball of legs and arms.
The "Welder" Script node proforms the calculations to turn this into a
default pose or animation.
The only way to get a usable mesh from one of these Avatars is to
alter this Script so that it prints its results to the conole.
Find the line:
function G9(t){Gstart(9,t);}
and change it to:
function G9(t){Gstart(9,t);
if (firstRun) {
print ('point '+Vtx.point);
firstRun=FALSE;
}
}
Just below the line: DEF Welder Script {
add this: field SFBool firstRun
now clicking on the avatar will trigger the default (pose) animation
the first frame of which will be printed to the console as a new
pointset which can be simply pasted over the old one. You can remove
all the other code and then keep the Shape node.
One note the result only appears on the Blaxxun Console and for some
reason does not appear to work in Cortona due to the large amount of
text involved. Settings > Console
| |
| R. Russell Kinter 2004-04-23, 10:31 pm |
| Avatar Studio 2 avs seem to work fine
in Cosmoplayer and Cortona for me.
I am not sure about Stuido 1 avs though.
Russ Kinter
Olivier <conquest_NOSP@M_firstream.net> wrote in message news:<Xns94D2C401BEC52antares7364@212.27.42.67>...
> Hello,
>
> Does somebody know if the freeware Avatar Studio can create avatar models
> for others plug'ins than Blaxxun Contact ?
> Because viewed with classic browsers, the models (found on the net) are
> unlookable/ugly ...
>
> Thx
> O.L.
| |
| Olivier 2004-04-24, 4:30 am |
| Pyth7@comcast.net (R. Russell Kinter) wrote in
news:1a90d129.0404231254.7efcfc09@posting.google.com:
[color=darkred]
> Avatar Studio 2 avs seem to work fine
> in Cosmoplayer and Cortona for me.
> I am not sure about Stuido 1 avs though.
>
> Russ Kinter
>
> Olivier <conquest_NOSP@M_firstream.net> wrote in message
> news:<Xns94D2C401BEC52antares7364@212.27.42.67>...
Thank you all for your solutions, I'm going to try them ...
O.L.
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |