Home
last modified time | relevance | path

Searched refs:DISPLACEMENT_SIGN_LIMIT (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/glfw/examples/
Dheightmap.c38 #define DISPLACEMENT_SIGN_LIMIT (0.3f) macro
298 sign = (sign < DISPLACEMENT_SIGN_LIMIT) ? -1.0f : 1.0f; in generate_heightmap__circle()