MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / getExpressionString

Method getExpressionString

radiantcore/shaders/MapExpression.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172std::string HeightMapExpression::getExpressionString()
173{
174 return fmt::format("heightmap({0}, {1})", heightMapExp->getExpressionString(), scale);
175}
176
177AddNormalsExpression::AddNormalsExpression (DefTokeniser& token) {
178 token.assertNextToken("(");

Callers 15

stageQualifiesAsColouredFunction · 0.45
getDeformExpressionSafeFunction · 0.45
TEST_FFunction · 0.45
GetDiffuseMapMethod · 0.45
FindWhiteBlendStageMethod · 0.45

Calls 2

formatFunction · 0.50
emptyMethod · 0.45

Tested by

no test coverage detected