lunchboxjs icon indicating copy to clipboard operation
lunchboxjs copied to clipboard

Make custom scene, camera, renderer reactive

Open SaFrMo opened this issue 2 years ago • 0 comments

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

SaFrMo avatar Aug 22 '22 21:08 SaFrMo