I am really interested in 3D Cursor node as TOOL in GN. I am trying to do something really simple like placing new geometry that is oriented correctly where 3D Cursor is placed.
I test this multiple time, but somewhat either my setup incorrect or the GN does not update each time the 3D Cursor reorient?
How are you getting the 3d cursor in geonodes? I wrote couple Animation Nodes nodes for grabbing cursor data couple years ago. You can use AN to grab the cursor and pass it to an object then parse in geonodes. You can also use app handler py script to pass the 3d Cursor to an empty in realtime to read in geonodes. Not sure if that is what you are doing.
Also, just use Rotation to Euler - that should be enough.
Note: I’ve found shift-rightClick to be buggy and had better luck with the cursor tool - had some crashes - so cursor stuff still seems a bit buggy for now. Hope it gets ironed out before release.