PaintContext.CreateRenderTargets

Declaration

public void CreateRenderTargets(RenderTextureFormat colorFormat);

Parameters

colorFormat Render Texture format.

Description

Creates the sourceRenderTexture and destinationRenderTexture.

The render textures are created at a resolution matching the current PaintContext.pixelRect, using the specified RenderTextureFormat.

This function is called internally by TerrainPaintUtility.BeginPaintHeightmap, TerrainPaintUtility.BeginPaintTexture and TerrainPaintUtility.CollectNormals.

Additional resources: PaintContext.destinationRenderTexture, PaintContext.sourceRenderTexture


Did you find this page useful? Please give it a rating: