lunchboxjs
lunchboxjs copied to clipboard
Make custom scene, camera, renderer reactive
Should work, but doesn't:
<template>
<template #camera>
<perspectiveCamera v-if="x" key="cameraA" />
<perspectiveCamera v-else key="cameraB"/>
</template>
</template>
Same for scenes and renderers