More
See all Show me
19. Roots demo 2
1 year ago
11. Quartz Composer 3D Carousel (and loading images wi…
1 year ago
2. Ecstasy (2003)
2 years ago
1. Amoeba Dance
2 years ago
This is a little sample Quartz Composer composition which loads a bunch of images from a directory, and creates a 3D carousel from it (cos we all love carousels, dont we).

The main purpose of this was to demonstrate how to load multiple images (using the Image Downloader) from within an Iterator patch. You'd think it was quite straightforward, just send a different string (either generated within the iterator or loaded from XML etc.) to the Image Downloader, but alas QC has other plans. It always loads the same image whatever string you send it!

So there is a hack workaround using a recursive JavaScript patch which I read about somewhere in the cloud and cannot find right now. Its quite an important issue I think as there are loads of questions regarding this on forums but with no answers...

Source file and more info at memo.tv/quartz_composer_3d_carousel_and_loading_images_within_an_iterator

Credits

4 Likes

  • psonice 1 year ago
    Nice, I like the soft reflections particularly.

    Btw, you can get around the image loading issue by passing in a structure of image paths, and using the current iteration as the structure index to load the right image.

    Best ways to do it I've found are either to store the paths in a text file and use the string components to split it into a structure (requires a plugin to load the text, the kineme file tools one does it nicely), or put all the paths in an xml file which gives you a structure straight off.
  •  
  • Memo Akten plus 1 year ago
    Hi Chris, are you sure that works? Originally I had all my paths in an xml file, and was passing a struct of paths to my iterator, but due to the bug I mention, QC does not load the images, it always loads the first image in the struct. I'm sure my code in the iterator was extracting the correct image path because I was display the string and it was correct - but the image being displayed was the wrong one.
  •  
This conversation is missing your voice. Take five seconds to join Vimeo or log in.

Advertisement

1 Related collections

Channels Channels

Statistics

  •  
    plays
    likes
    comments
  • Total
    plays 2,688
    likes 4
    comments 2
  • Dec 3rd
    plays 1
    likes 0
    comments 0
  • Dec 2nd
    plays 7
    likes 0
    comments 0
  • Dec 1st
    plays 4
    likes 0
    comments 0
  • Nov 30th
    plays 4
    likes 0
    comments 0
  • Nov 29th
    plays 4
    likes 0
    comments 0
  • Nov 28th
    plays 7
    likes 0
    comments 0
  • Nov 27th
    plays 6
    likes 0
    comments 0
  • Nov 26th
    plays 7
    likes 0
    comments 0
Previous Week

Downloads

Please join Vimeo or log in to download the original file. It only takes a few seconds.