Hi Robert
thank you very much for this…I appreciate it greatly. I now must be a ( beggers can’t be choosers) person and ask a favour. I customized a few values in V10 that I would like in V9.6 if possible…here they are
radius from 5 to 1
BaseObject *cl=NULL,*null=NULL,*op=NULL;
Vector p=bd->SW(Vector(mx,my,500.0));
Real dx,dy,rad=1.0;
Bool newmeta=FALSE;
subdivide from 10 to 3
null = BaseObject::Alloc(Ometaball);
{
null->GetDataInstance()->SetReal(METABALLOBJECT_SUBEDITOR,3.0);
null->MakeTag(Tphong);
and
position from 500 to 900
cl->SetPos(bd->SW(Vector(mx,my,900.0)));
cl->InsertUnder(null);
DrawViews(DA_ONLY_ACTIVE_VIEW|DA_NO_THREAD|DA_NO_ANIMATION);
I hope I am not over asking…
scott