A small question about Engine.createMultipleRenderTarget

When generating depth texture, why we activate the texture unit 0 instead of the next one behind the previous textures?

Thanks a lot

Well there is no good reason. We could as well have always activated 0 for each texture as they are unbound when ready

Both ways are acceptable :slight_smile: