Torque3D Documentation / _generateds / DeferredPixelSpecularHLSL

DeferredPixelSpecularHLSL

Engine/source/lighting/advanced/hlsl/advancedLightingFeaturesHLSL.h

Generates specular highlights in the forward pass from the light prepass buffer.

More...

Private Types

Public Functions

Returns the name of this feature.

Returns the resource requirements of this feature based on what other features are present.

Detailed Description

Generates specular highlights in the forward pass from the light prepass buffer.

Private Types

typedef PixelSpecularHLSL Parent 

Public Functions

getName()

Reimplemented from: PixelSpecularHLSL

getResources(const MaterialFeatureData & fd)

Reimplemented from: PixelSpecularHLSL

processPix(Vector< ShaderComponent * > & componentList, const MaterialFeatureData & fd)

Reimplemented from: PixelSpecularHLSL

processVert(Vector< ShaderComponent * > & componentList, const MaterialFeatureData & fd)

Reimplemented from: PixelSpecularHLSL