MoI discussion forum
MoI discussion forum

Full Version: "Joint" Node available?

Show messages: All  1-13  14-16

From: JaXXoN
19 Dec 2017   [#14]
Hi!

Here's a variant that doesn't need concatenation and splitting via idxSelect, but it doesn't look as clean.

However, there is one advantage: in the previous version, it was necessary to manually enter the indices, whereas this version can be done fully graphically.



BTW.: what's the difference between "RotatePts" and "RotatePts"? I tried both and in the robotarm2 example and they are doing the same thing.

best regards

Bernhard

Attachments:
robotarm2.nod

Image Attachments:
robotarm2-nod.png 


From: JaXXoN
19 Dec 2017   [#15]
Hi!

Here's a mix of robotarm.nod and robotarm2.nod from the earlier postings. It's using only two objects for the concat and idxSelect stages, so there is no need to figure out the indices manually.
It looks cleaner, but I'm still not happy that the angles also need to be propagated through Math adders. That works ok for this example, rotating all objects around the same axis orientation, but if you need to rotate around several axis then it probably won't work as expected.





Mathematically, this is just a simple chain of vector calculations. It would be great if this could be mapped to nodes without tons of house-keeping around it. In this context, a experimented with the "vectors" in the extension, but couldn't yet archive the desired result.

BTW.: it appears that the "Rotate" node only makes use of the position of a supplied "Frame", but it doesn't use the orientation information. As far as I can tell, that would probably make it easier.

feedback is highly appreciated!

best regards

Bernhard

Attachments:
robotarm3.nod

Image Attachments:
robotarm3-nod.png 


From: bemfarmer
19 Dec 2017   [#16] In reply to [#15]
The rotate axis command uses the right hand rule, per M.G.
- B

Show messages: All  1-13  14-16