You should be able to place any nodes (such as by copy-paste) into the “node_art_sandbox.” You just won’t want to run the tear down vertices or set up vertices script. Alternatively, you should be able to just change the sandbox parameter on the node controller base.
Good question. I should have motivated it a little more. The MatrixCHOP is useful for projecting 3D kinect data to 2D so that you can do simple 2D collisions. You shouldn't just take the TX/TY of a kinect and do collisions. Second, I hope the information about projection matrices and normalized coordinates is helpful. In fact I think the tz values from the MatrixCHOP are the same as what you'd get from the Depth TOP but for individual vertices rather than every pixel.
SO COOL! THANKS FOR THE AWESOME TUTORIAL!
definitely love it!
how can i add other operators as a node instead of the merge chop? i've tried somethings but did not get far
You should be able to place any nodes (such as by copy-paste) into the “node_art_sandbox.” You just won’t want to run the tear down vertices or set up vertices script. Alternatively, you should be able to just change the sandbox parameter on the node controller base.
@@DavidBraun How can i do this? i tried and i can't, and thank you in advance for all research and work
@@enneagramma7304 You need to update the scripts inside /project1/face_chop/sop_nodes/node_controller_1
ah mind blown, your introducing some eng math, i speak your language but lack the tactic xp ;'( ill check out your github
epic..
hard candy, but sweet.
Why tho
Good question. I should have motivated it a little more. The MatrixCHOP is useful for projecting 3D kinect data to 2D so that you can do simple 2D collisions. You shouldn't just take the TX/TY of a kinect and do collisions. Second, I hope the information about projection matrices and normalized coordinates is helpful. In fact I think the tz values from the MatrixCHOP are the same as what you'd get from the Depth TOP but for individual vertices rather than every pixel.
This is not a learner friendly tutorial dude!!!!! The github files not working. It would be easier if you just show the building process.
If you open a GitHub issue I'd be happy to help you out there. I just tested with the latest TouchDesigner on Windows and didn't notice any issues.