nw::gfx::res::ResLightingLookupTable::Input Enumerated Type

Syntax

enum Input;

Value

Value Description
INPUT_NH The cosine of the angle formed by the normal and the half vector.
INPUT_VH The cosine value of the angle formed by the normal vector and the half vector.
INPUT_NV The cosine of the angle formed by the normal and the view vector.
INPUT_LN The cosine of the angle formed by the light vector and the normal.
INPUT_SP The cosine of the angle formed by the light vector and the spot direction vector.
INPUT_CP The cosine of the angle formed by the half vector's tangent projection vector and the normal vector.
INPUT_NUM Maximum value of enum.

Description

Definition of lookup table input values.


CONFIDENTIAL