mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Dump techniques with state map "passthrough" by default
This commit is contained in:
parent
686102a59e
commit
6d15ddcd08
@ -35,7 +35,7 @@ namespace IW4
|
|||||||
{
|
{
|
||||||
Indent();
|
Indent();
|
||||||
// TODO: Actual statemap: Maybe find all materials using this techset and try to make out rules for the flags based on the statebitstable
|
// TODO: Actual statemap: Maybe find all materials using this techset and try to make out rules for the flags based on the statebitstable
|
||||||
m_stream << "stateMap \"\"; // TODO\n";
|
m_stream << "stateMap \"passthrough\"; // TODO\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool FindCodeConstantSourceAccessor(const MaterialConstantSource sourceIndexToFind, const CodeConstantSource* codeConstantTable, std::string& codeSourceAccessor)
|
static bool FindCodeConstantSourceAccessor(const MaterialConstantSource sourceIndexToFind, const CodeConstantSource* codeConstantTable, std::string& codeSourceAccessor)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user