MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / NormalmapGenerator

Method NormalmapGenerator

src_generators/normalmapgenerator.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include <QColor>
25
26NormalmapGenerator::NormalmapGenerator(IntensityMap::Mode mode, bool useRed, bool useGreen, bool useBlue, bool useAlpha)
27 : tileable(false), useRed(useRed), useGreen(useGreen), useBlue(useBlue), useAlpha(useAlpha), mode(mode)
28{}
29
30const IntensityMap& NormalmapGenerator::getIntensityMap() const {
31 return this->intensity;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected