I need to get frustum planes, but I'm getting getTransformationMatrix error:
camera.getTranformationMatrix is not a function
Playground: http://playground.babylonjs.com/ts.html#Y0A6Y7
But it does work with my older local babylon.custom.js.
I want to use a newer version that will support BABYLON.VideoRecorder.
I hope there's an easy way to have both BABYLON.VideoRecorder and frustum planes.
Thanks, Joe