idTech4.Renderer.idRenderModel.FinishSurfaces C# (CSharp) Метод

FinishSurfaces() публичный абстрактный Метод

Cleans all the geometry and performs cross-surface processing like shadow hulls.
Creates the duplicated back side geometry for two sided, alpha tested, lit materials This does not need to be called if none of the surfaces added with AddSurface require light interaction, and all the triangles are already well formed.
public abstract FinishSurfaces ( ) : void
Результат void
		public abstract void FinishSurfaces();