Version: 2020.1
언어: 한국어
Experimental: this API is experimental and might be changed or removed in the future.

TerrainPaintUtility.CollectNormals

매뉴얼로 전환
public static Experimental.TerrainAPI.PaintContext CollectNormals (Terrain terrain, Rect boundsInTerrainSpace, int extraBorderPixels);

파라미터

terrain Reference Terrain tile.
boundsInTerrainSpace The region in terrain space from which to collect normals.
extraBorderPixels Number of extra border pixels required.

반환

PaintContext PaintContext containing the combined normalmap data for the specified region.

설명

Helper function to set up a PaintContext that collects mesh normal data from one or more Terrain tiles.

CollectNormals identifies all of the normalmap pixels that are within extraBorderPixels of the bounds rectangle. The search is performed across adjacent connected Terrain tiles. The pixels are collected into a temporary render texture and stored in PaintContext.sourceRenderTexture.

Important: there is no corresponding function to write modified normalmap data back to the Terrain tiles, because the normalmap is not stored; it is calculated from the heightmap.

Once you are done using the sourceRenderTexture, you must call TerrainPaintUtility.ReleaseContextResources to release the RenderTexture resources.

See Also: PaintContext.GatherNormals and PaintContext.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961