|
|
> #declare Shape1 = object {MechSim_Show_Objects(1,1,1,1,1,1,-1, false, -1, "")}
> #declare Shape2 = object {MechSim_Show_Objects(2,2,2,2,2,2,-1, false, -1, "")}
> #declare Shape3 = object {MechSim_Show_Objects(3,3,3,3,3,3,-1, false, -1, "")}
Hmmm.. just had a though (though i can't test it at the moment as I'm rendering
another
animation), but should the above read:
#declare Shape1 = object {MechSim_Show_Objects(1,1,1,2,2,2,-1, false, -1, "")}
#declare Shape2 = object {MechSim_Show_Objects(2,2,2,3,3,3,-1, false, -1, "")}
#declare Shape3 = object {MechSim_Show_Objects(3,3,3,-1,-1,-1,-1, false, -1, "")}
No... hang on, re-reading the macro explanation in mechsim.inc, I believe that it
should be
something like:
#declare Shape1 = object {MechSim_Show_Objects(1,1,1,100,100,100,-1, false, -1, "")}
#declare Shape2 = object {MechSim_Show_Objects(101,101,101,200,200,200,-1, false, -1,
"")}
#declare Shape3 = object {MechSim_Show_Objects(201,201,201,-1,-1,-1,-1, false, -1,
"")}
If this is correct, is there an easy way of determining what the range of masses or
faces
belong to which group?
Andy Cocker
Post a reply to this message
|
|