Beta memo: at this time the forums and insider use two different registration and login systems. We're working on unifying the process, so if you register with your same e-mail on the forums and insider we'll merge your accounts later. To access the forums please use the login below. -Thanks.
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2009
    Posts
    3

    Default Shake Time Expressions

    I have two images that I rendered out of a 3D app. I want to take five different grayscale designs and use them as alpha mattes to basically occlude certain parts of the two 3D renders.


    My goal is to be able to come up with an expression that randomly flashes these 5 alphas, but with values of either 1 or 0... no half transparent mattes.

    Im not sure if this makes sense to anyone but me ...

    any ideas?

  2. #2
    Join Date
    Apr 2009
    Posts
    2

    Default

    Connect your 5 grayscale designs to a select node with one of those 2 expressions as the branch value:

    1+(noise(time)*5)
    1+(rnd(time)*5)

    Then use the output of the select to occlude (multiply?) your images

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •