Jan
31
PaperVision3D kinematiikkaa
Filed Under AS3, Flash & Flex, Flash 3D
Tämä Lee Felarcan tekemä demo kannattaa käydä testaamassa.
“A forward kinematics experiment using Papervision3D v2.0 alpha and a Collada 3D model of a robotic arm. Hope you enjoy it. I don’t want to release any source from this yet, as I want to do some more work on it, relating to the following items…”
Comments
2 comments to “PaperVision3D kinematiikkaa”
Leave a comment

In pseudo-code this would be:
for i=1:n
t = t * local_link_transformation_matrix[i];
end – how i can understand it?
wuhuu