#How to link 2 or more lenses together
2 messages · Page 1 of 1 (latest)
You cannot do that, however you can switch between two scenes quick.
//@input sceneObject lens1
//@input sceneObject lens2
script.lens1.enabled = true;
if (someCondition) {
script.lens1.enabled = false;
script.lens2.enabled = true;
}
Camera Kit is another upcoming option, where the end product is a mobile app (iOS/Android). This is in closed beta now.