Skinner::cSkinPainterJobBumpToNormal class

Transforms a bump map in skinner texture 0 into a normal map in skinner texture 2.

It does so using the material 0x9E74D163 Source code: Skinner::cSkinPainterJobBumpToNormal

Base classes

class cSkinPainterJob
Base class for tasks executed in the process of generating a skinpaint texture.

Public functions

auto Execute() -> bool override
Executes the main function of this task.

Function documentation

bool Skinner::cSkinPainterJobBumpToNormal::Execute() override

Executes the main function of this task.

Returns true if the task finished and the process must continue; false if the task didn't finish, and has to be executed again.