Problems when SSR is enabled

[Playground] (https://playground.babylonjs.com/#PIZ1GK#1613)

image

When SSR is enabled, onViewMatrixChangedObservable will be triggered all the time, but will not be enabled if it is not enabled. What is the problem, is there a way to enable SSR when the camera behaves the same as before.

This PR will fix the problem:

2 Likes

Thanks!