What is similar method like THREE.WebGLRenderTarget() in Babylon.js

Here is code that i want to convert from Three.js to Babylon.js

//Three.js
this.texture = new THREE.WebGLRenderTarget(width, height);

I want to try to porting this function in Babylon.js. If someone have idea, Please let me know.

We are not that versed in Three’s API to be honest. I can only assume this is a render target texture, but just because of the name TBH.

1 Like