C# Class ScreenNormalReader, A-Study-in-Composition

Inheritance: MonoBehaviour
ファイルを表示 Open project: mortennobel/A-Study-in-Composition

Public Properties

Property Type Description
depthNormalized float
mat Material
normal Vector3

Public Methods

Method Description
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnRenderImage() public method

public OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
source RenderTexture
destination RenderTexture
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

depthNormalized public_oe property

public float depthNormalized
return float

mat public_oe property

public Material mat
return Material

normal public_oe property

public Vector3 normal
return Vector3