liuxiaolin
liuxiaolin
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
[HDK] How can i access cop plane's data?[SOLVED] 2015年11月19日0:56
twod
See the COP2_MultiImageWipe example in HFS/toolkit/samples/COP2 (where HFS is your Houdini install location). It gives an example of how to use that signature. You basically grab the TIL_Plane by name from the TIL_Sequence returned by inputInfo(N), where N is the input you're interested in, then pass that to inputRegion(N, context, plane, …).
Seems like I have to use COP2_multibase? but it really solved my problem,
thanks a lot.
[HDK] How can i access cop plane's data?[SOLVED] 2015年11月18日2:19
Hi,everyone
I am confused on this question: how can i get a specified plane's data(e.g: “N,A”) in an operator that derived from COP2_MaskOP?
I used makeOutputAreaDependOnInputPlane(0, “N”,0, 0,input_areas,needed_areas) function inside getInputDendenciesForOutputArea(),but it only process “r g b” planes.
Also i noticed inputRegion(…const TIL_Plane * plane…) function,but i didn't found an example to show how to use this overload.
So, what is the right way to access a specified plane's data?
I am confused on this question: how can i get a specified plane's data(e.g: “N,A”) in an operator that derived from COP2_MaskOP?
I used makeOutputAreaDependOnInputPlane(0, “N”,0, 0,input_areas,needed_areas) function inside getInputDendenciesForOutputArea(),but it only process “r g b” planes.
Also i noticed inputRegion(…const TIL_Plane * plane…) function,but i didn't found an example to show how to use this overload.
So, what is the right way to access a specified plane's data?
SIM_Data guide geometry unexpected behavior(SOLVED) 2013年4月8日1:46
Is there anyone help me?