Clips, Steams, And Samples

Source assets in HoloEdit are used as Clips. Clips are packages of mesh, texture, and audio data imported from a directory in your workspace. Clips are composed of timing information (framerate, which assets apply on which frames, duration, etc) and group together source data so that multiple data types (audio, texture, mesh) can be composed and edited as one object.

Clips are created from folders of source data within your workspace, and are stored as .clip files in the Source folder.

Clips are made up of Streams and samples . Samples are the individual pieces of data that make up Clips. Mesh data, rigging data, textures, and so on. For each frame, a Clip might contain a sample of rigging, texture, and mesh data. Streams are groupings of those pieces of data by type. Every Clip has one or more of the following kinds of streams:

  • Mesh Stream

  • Texture Stream

  • Animation Stream

A common example is a Clip created from matching .obj and .png mesh and texture sequences. Creating a Clip from a folder of files named frame01.obj, frame02.obj, frame01.png… and so on for 100 frames, would create a Clip with two Streams. A Mesh Stream, and a Texture Stream, each made out of 100 samples.

Creating a Clip

Clips can be created at any time in HoloEdit when appropriate source assets are present in your workspace. To Create a Clip, copy your source assets into a new empty directory in your HoloEdit workspace, and press the “Make Clip” button on the corresponding item in the Project View to open the “Make Clip” window. See the Import documentation for more details