Curriculum Navigator:
If you’re viewing this page from the TouchDesigner curriculum explorer, you can use the buttons below to interact with this topic.
The Texture 3D TOP is similar to the Cache TOP in that it can store a series of images. The Cache TOP uses a ‘first in, first out’ behavior for storing images where each new frame pushes an old frame out of memory. The Texture 3D TOP behaves like a circular buffer, where the index of a newly added image moves through memory and loops around once it reaches the end.
We can use the Texture 3D TOP for many different creative applications, one particularly useful technique is for instancing a series of images in 3D space. In this topic, we’ll look at how we can use the Texture 3D TOP to instance images on a grid.