hi, you cannot change the class but it appears you want to change the BASEOBJECT do this create a sphere and a point helper , then select the sphere…
no you cannot reassign the class you can possibly converting the object (if it is in fact convertable) for example from box to editablePoly or editabl…
wow, i think i time traveled there for a moment?
time is scarce for those web thingys want to post an example that has the problem so i can have a stab at it?
how about .SuspendLayout()? in conjunction with beginUpdate endUpdate?
try beginUpdate() … endUpdate() probably because its constantly redrawing as you said
make sure you are either setting the matrix in parent space setting the tranform for the root down… i.e start at the first bone in the chain and the…
you could loop through the edges and see if any edge is only contained in one face… that face would be open mark
you need to do a 2way wire – see the tutorial on my old old site www.marktsang.sitesled.com
how about superClassof $.delegate isKindof $.delegate {class} ?? is this what you want?
when scripting inheritance flag changes, it should be the last thing you do after setting all transform values. if you change after you set the inher…
hi, i would format the array as it is with printallelements and execute the resultant string when the line (whole array) is read in e.g with printAll…
hi iker, if i understand what you are trying to do you should just store the previous position in a variable in the script controller so example… use…
hey paul, ill have a look at it tonight to see if i can get it slow… maybe i had a mistake in my code cheers, mark
hi pual, i did something like this a while ago for a project and i noticed that there is huge framerate drops when using relativly small amounts of ex…