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