Multiple Engines

Hi there,

Is it possible to run two engines at the same time? If so, can someone point me in the right direction or maybe an example code? thanks.

Could you explain a bit more what you are trying to do ?

If you have only one canvas you d be better with only one engine and several scenes to prevent webgl state cache unneeded invalidations.

1 Like

Hi @sebavan, I managed to resolve the issue, thanks for the prompt reply. :slight_smile:

1 Like

Is it possible to integrate Three.js engine and babylonjs engine ?, if possible can you please elaborate how it works ?

If you mean to render on same canvas - have a look here to see how that works:

1 Like