5 Replies Latest reply: Apr 5, 2007 7:35 AM by bbb_999 RSS

    Effect Depends on Camera

    david van brink Community Member
      My effect uses the "current camera" (if any) to determine its behavior, partially. (It does some mock-3d xforms for a 2d backdrop).

      I got it to find the correct layerH and ask for the various stream values like rotateX and such.

      But when I move the camera, my effect doesn't know to redraw. It caches some image based on the last camera position for that time.

      I gather that PF_OutFlag_NON_PARAM_VARY is exactly to address this problem, but I can't quite figure out where and when to set it...

      Any guidance appreciated!