Apply Position Y Direction

This commit is contained in:
Fernando Sahmkow 2019-04-19 20:49:00 -04:00
parent 62c2404d3c
commit 08cdcc2871

View file

@ -57,6 +57,9 @@ void main() {
}
out += R"(
// Set Position Y direction
position.y *= utof(config_pack[2]);
// Check if the flip stage is VertexB
// Config pack's second value is flip_stage
if (config_pack[1] == 1) {