rjpieke Posted August 28, 2008 Share Posted August 28, 2008 Can you use the Transform VOP in a SOP context to transform between geo-level spaces? See the attached .hipnc I was hoping that the VOP network would have moved the box since the two spaces ("current" and the one defined by the null), but it doesn't seem to. The docs seemed to indicate that I can use the path to a geo object for a space, but it doesn't seem to work. Any thoughts? ptransform.hipnc Quote Link to comment Share on other sites More sharing options...
Wolfwood Posted August 28, 2008 Share Posted August 28, 2008 (edited) I can't get it work either. Does the space: form of transform() even work outside of mantra? Fetching the null's matrix still works though. Pout = ptransform(P,optransform("/obj/myNull")); I'd fire this one off to support. Edited August 28, 2008 by Wolfwood Quote Link to comment Share on other sites More sharing options...
rjpieke Posted August 28, 2008 Author Share Posted August 28, 2008 I can't get it work either. Does the space: form of transform() even work outside of mantra?Fetching the null's matrix still works though. Pout = ptransform(P,optransform("/obj/myNull")); I'd fire this one off to support. Sent to support ... will post reply. "space:current" <-> "space:world" seems to work (outside of Mantra), but that's the only combination I had success with. Quote Link to comment Share on other sites More sharing options...
rjpieke Posted August 29, 2008 Author Share Posted August 29, 2008 Support confirmed it doesn't work ... need to use optransform (which can be wrapped via Inline VOP - see attached from Jenny) optransform.hip Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.