Partial Snapshots

Sometimes you might want snapshots to affect just a few objects in the scene. Say if you want to make a configurable scene element that changes by itself without touching any other scene element. Koru can do that with Affects selection option of the snapshot.

Let’s make a simple scene with a door handle that you can configure a multiple ways using snapshots.

Making a Simple Scene

We’ll make a really simple door with two types of handles and two types of handle bases. Something like this:

Two door handles in a Koru scene

Here we have a simple wood door, a square and a round base and two types of handles. What we want is to be able to switch between bases and handles independently. Let’s move them to the same place, so they can be easily interchanged:

All the door handles moved to the same place

Now we are ready to start.

Adding Snapshots for Bases

Switch to the snapshot panel and add a new snapshot:

Adding a new snapshot to the Koru scene

By default snapshots capture everything in the scene, but we only need them to capture the visibility of our handles, so we do two things:

You should get this:

Changing snapshot to track the visibility of selected objects

Now we need to select the objects we want the snapshot to control. Let’s start with the handle base. We hide the square one, select both square and round bases and click the Save button on the snapshot to store the new state:

Storing the new state to the snapshot

The last step is to rename the snapshot to “Round base” so the name reflects the visible handle base that snapshot activates:

Renaming snapshot so it reflects the scene element it shows

Now let’s repeat this for the square base. The idea is the same: we make a snapshot, enable its Affects selection option, leave only Visibility option enabled, keep both bases selected and hide the round one. Then save and rename the snapshot:

Adding another snapshot for the square base

Done. You now have two snapshots that switch bases and leaving everything else intact. Let’s continue with handles.

Adding Snapshots for Handles

You do handles exactly the same as bases: you make a new snapshot for each configuration, enable its Affects selection option and uncheck everything except for Visibility option in its settings. Then select both handles, hide one of them, save the snapshot and update its name:

Adding a snapshot for the first handle

Then you do the same for the second handle:

Adding another snapshot for the second handle

Once done you can double-click snapshots in Koru to see them switching their scene elements regardless of the others. You can also export the scene to HTML and see it also works there.

Adding Snapshots for Materials

On top of that you can easily add some extra options with new snapshots. Say if we want to switch between silver and gold handles. We currently used silver material for both bases and handles, so lets make a snapshot that affects all the handles and bases, but only stores materials:

Adding a snapshot that makes all the bases and handles silver

Now we can add another similar snapshot, name it “Gold”, then apply the gold material to all the handles and bases and re–save that snapshot:

Adding another snapshot that makes all the bases and handles gold

Double–click both new snapshots and make sure both change all the handles’ and bases’ materials.

Finally

Now you can export the scene to HTML and get 6 snapshot buttons each of them changing their own part of the scene without affecting anything else.

If some of the snapshot don’t work as expected, you simply need to activate them in Koru, configure the proper state, select the elements you want to affect, make sure the Affects selection option is enabled and re–save the snapshot.

Here you can download the sample scene used in this tutorial.

That’s All

Using the Affects selection option of snapshots lets you make partial snapshots that only changes a few elements of your scene, so you can significantly reduce the number of snapshots for configurable scenes.

See more tutorials below: