mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge pull request #1460 from marauder2k9-torque/FIX-Channel-buttons-feeding-createComposite-not-working
Fix the channel selection for the create composite texture
This commit is contained in:
commit
e2faa8c49c
|
|
@ -223,10 +223,10 @@ public:
|
|||
|
||||
bool mDiffuseMapSRGB[MAX_STAGES]; // SRGB diffuse
|
||||
bool mIsSRGb[MAX_STAGES]; // SRGB ORM
|
||||
F32 mAOChan[MAX_STAGES];
|
||||
U32 mAOChan[MAX_STAGES];
|
||||
bool mInvertRoughness[MAX_STAGES];
|
||||
F32 mRoughnessChan[MAX_STAGES];
|
||||
F32 mMetalChan[MAX_STAGES];
|
||||
U32 mRoughnessChan[MAX_STAGES];
|
||||
U32 mMetalChan[MAX_STAGES];
|
||||
F32 mGlowMul[MAX_STAGES];
|
||||
|
||||
/// The strength scalar for the detail normal map.
|
||||
|
|
|
|||
Loading…
Reference in a new issue